Google News
logo
Java Spring Boot - Interview Questions
What is bootstrapping in spring boot?
* One of the way to bootstrap your spring boot application is using Spring Initializer.

* you can go to the official website of spring  and select your version, and add you groupID, artifactId and all the required dependencies. 
 
* And then you can create your restEndpoints and build and run your project.

* There you go, you have bootstrapped your spring boot application.
Advertisement