How to create new spring boot project with customizing

less than 1 minute read

There are two way to create new spring boot project with customizing.

Using existing Homepage https://start.spring.io/ 

 - Click Generate the project to download with .Zip and unzip as folder

 - Open folder with Development tool(like IntelliJ, Eclipse)

Using IntelliJ

 - Go File -> New -> Project

 - Choose Spring Initializr

 - Choose Type, Language, dependency

 - create Project Automatically

And mvn repository

This link will useful to search dependency among plugin.