How to create new spring boot project with customizing
There are two way to create new spring boot project with customizing.
Using existing Homepage https://start.spring.io/
- go to https://start.spring.io/ - Setting Project, Language, spring boot version, and dependency
- 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.