<?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: gladiator67</title>
    <description>The latest articles on DEV Community by gladiator67 (@gladiator67).</description>
    <link>https://dev.to/gladiator67</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%2F1110951%2Fe8d4e7fa-32f2-4ea1-9fd5-6e5509139d7a.png</url>
      <title>DEV Community: gladiator67</title>
      <link>https://dev.to/gladiator67</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gladiator67"/>
    <language>en</language>
    <item>
      <title>When Adding spring boot starters, another dependencies element is generated.</title>
      <dc:creator>gladiator67</dc:creator>
      <pubDate>Sun, 20 Oct 2024 07:10:43 +0000</pubDate>
      <link>https://dev.to/gladiator67/when-adding-spring-boot-starters-another-dependencies-element-is-generated-295b</link>
      <guid>https://dev.to/gladiator67/when-adding-spring-boot-starters-another-dependencies-element-is-generated-295b</guid>
      <description>&lt;p&gt;Hello! I use maven with Spring boot extensions. Spring boot version is 3.3.4. I generate spring boot maven projects and add some spring boot starters. The generated projects work without errors. But adding the other starters on existing projects bring the serious errors. Below is the image of adding starters on existing pom.xml file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F501kc3j66hpr7cio885i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F501kc3j66hpr7cio885i.png" alt="Image description" width="708" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And I add another spring starters on pom.xml. But duplicated  element is generated and compilation fails. The added dependency can not be inserted into existing dependencies elements. I also attach the related image.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5sitmq8nc7zpunfwx1md.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5sitmq8nc7zpunfwx1md.png" alt="Image description" width="758" height="792"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does the maven extension of visual studio code have the configuration menu to prevent this error? Any idea?&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>springboot</category>
      <category>pom</category>
    </item>
    <item>
      <title>java.io.FileNotFoundException: on Visual Studio Code maven project.</title>
      <dc:creator>gladiator67</dc:creator>
      <pubDate>Fri, 30 Jun 2023 10:24:11 +0000</pubDate>
      <link>https://dev.to/gladiator67/javaiofilenotfoundexception-on-visual-studio-code-maven-project-35b6</link>
      <guid>https://dev.to/gladiator67/javaiofilenotfoundexception-on-visual-studio-code-maven-project-35b6</guid>
      <description>&lt;p&gt;Hello! I try to create file with java.io.FileOutputStream on visual studio code. Below is the sample code.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;File outputFile = new File("test.txt");
OutputStream os = new FileOutputStream(outputFile, true);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;But the code throws the java.io.FileNotFoundException exception. Before I use the visual studio code, I used the eclipse ide and this code works without any exception. Are there any options which give the file-creation-permission in visual studio code? For your information, my vs code is system installer version, not user installer.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>java</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
