How to create a project in Springboot?
Download the STS tool and install it. Right click on below tab.
Go to new -> spring starter project
Below enter your project name also group name and click on next.
Enter the components you want in your project. If you are creating a Web project type web and select spring web, for checking health of application type actuator and select spring boot actuator , type dev tools and select dev tools component so that you can do the development faster way. You do not restart application after every change.
No comments: