<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: slankka</title>
    <description>The latest articles on DEV Community by slankka (@slankka).</description>
    <link>https://dev.to/slankka</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1083800%2Fd6753301-ba8e-4906-9d1e-ba022f42ea76.jpeg</url>
      <title>DEV Community: slankka</title>
      <link>https://dev.to/slankka</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slankka"/>
    <language>en</language>
    <item>
      <title>IntelliJ IDEA JPABuddy Mapstruct Tips</title>
      <dc:creator>slankka</dc:creator>
      <pubDate>Thu, 25 Sep 2025 03:37:32 +0000</pubDate>
      <link>https://dev.to/slankka/intellij-idea-jpabuddy-mapstruct-tips-559b</link>
      <guid>https://dev.to/slankka/intellij-idea-jpabuddy-mapstruct-tips-559b</guid>
      <description>&lt;p&gt;A few moment ago, I found a JPA Buddy usage gap:&lt;/p&gt;

&lt;p&gt;new -&amp;gt; Other(JPABuddy icon): MapStruct Interface&lt;/p&gt;

&lt;p&gt;It always create Mapstruct interface using kotlin while I'm not using  kotlin in my project. however, the pannel &lt;code&gt;new Mapstruct Interface&lt;/code&gt; has no language option.&lt;/p&gt;

&lt;p&gt;It tooks some time to find out that change .idea/jpa.xml in project root works. Now change &lt;code&gt;Kotlin&lt;/code&gt; to &lt;code&gt;Java&lt;/code&gt; works for me.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  &amp;lt;component name="JpaPluginProjectSettings"&amp;gt;
    &amp;lt;option name="lastSelectedLanguage" value="Kotlin" /&amp;gt;
  &amp;lt;/component&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>programming</category>
      <category>web</category>
      <category>java</category>
      <category>jpa</category>
    </item>
  </channel>
</rss>
