<?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: Kvngston</title>
    <description>The latest articles on DEV Community by Kvngston (@kvngston).</description>
    <link>https://dev.to/kvngston</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%2F155276%2F40228109-e8e1-4e9c-9e6d-a3a34b713af1.jpg</url>
      <title>DEV Community: Kvngston</title>
      <link>https://dev.to/kvngston</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kvngston"/>
    <language>en</language>
    <item>
      <title>Creating a New Spring Boot Project </title>
      <dc:creator>Kvngston</dc:creator>
      <pubDate>Sat, 29 Jun 2019 15:41:18 +0000</pubDate>
      <link>https://dev.to/kvngston/creating-a-new-spring-boot-project-6l2</link>
      <guid>https://dev.to/kvngston/creating-a-new-spring-boot-project-6l2</guid>
      <description>&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Browser&lt;/li&gt;
&lt;li&gt;An IDE Intellij, Netbeans or Eclipse&lt;/li&gt;
&lt;li&gt;Stable Internet Connection &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For this article, we would be focusing on only two IDEs Intellij and Netbeans. &lt;/p&gt;

&lt;h2&gt;
  
  
  For Netbeans IDE
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Step 1: Open your Browser and Navigate to &lt;a href="https://start.spring.io/" rel="noopener noreferrer"&gt;Spring Initializr&lt;/a&gt;
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821657%2FHomepage_tqbsro.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821657%2FHomepage_tqbsro.png" alt="HomePage"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Select your language
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Step 3: Select the version of Spring Boot
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Step 4: Select Dependencies
&lt;/h3&gt;

&lt;p&gt;Dependencies used depends on the Project. Select according to the project. For example, a simple registration form with Html and CSS will require the following major dependencies&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Spring Web Starter &lt;/li&gt;
&lt;li&gt;Thymeleaf&lt;/li&gt;
&lt;li&gt;Spring Security&lt;/li&gt;
&lt;li&gt;Spring Data JPA&lt;/li&gt;
&lt;/ul&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821618%2FDependencies_zpa4lb.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821618%2FDependencies_zpa4lb.png" alt="Dependencies"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 5: Click Generate the Project at the Bottom of the page.
&lt;/h3&gt;

&lt;p&gt;This downloads a ZIP file that contains the dependencies just picked. &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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821638%2FDownload_dxclgx.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821638%2FDownload_dxclgx.png" alt="Download"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 6: Import the ZIP file in Netbeans
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821696%2Fimport_vuacus.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821696%2Fimport_vuacus.png" alt="import"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 7: Build the Project with dependencies
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821728%2FBuild_mw1n3l.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821728%2FBuild_mw1n3l.png" alt="Build"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This will take a few moments. &lt;/p&gt;

&lt;p&gt;You must have a Stable Internet connection&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Once the downloads are done you are good to go!
&lt;/h2&gt;







&lt;h2&gt;
  
  
  For IDEA Intellij IDE
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Step 1: Create a new Project in Intellij
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821595%2FNewProject_xezjes.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821595%2FNewProject_xezjes.png" alt="Intellij"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Create a new Spring Initializr project
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821750%2FInitializr_leqa06.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821750%2FInitializr_leqa06.png" alt="initializr"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Select language and other Metadata
&lt;/h3&gt;

&lt;p&gt;Just like on the Spring Initializr website, it has requirements.&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821595%2FRequirements_r1pvw0.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821595%2FRequirements_r1pvw0.png" alt="Requirements"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Select Dependencies required
&lt;/h3&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821676%2FPick_rauoyl.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821676%2FPick_rauoyl.png" alt="Pick Dependencies"&gt;&lt;/a&gt;&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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821744%2FDone_vaoowq.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%2Fres.cloudinary.com%2Fdm9m9lutv%2Fimage%2Fupload%2Fv1561821744%2FDone_vaoowq.png" alt="Done"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Once the downloads are done you are good to go
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;You need a Stable Internet Connection&lt;/p&gt;

&lt;p&gt;This will take a few minutes depending on the Speed of your Internet&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Happy Coding!!
&lt;/h1&gt;

</description>
      <category>java</category>
      <category>webdev</category>
      <category>spring</category>
      <category>springboot</category>
    </item>
  </channel>
</rss>
