In simple words, Spring Boot Framework is Auto-Dependency Resolution,
Auto-Configuration, Management EndPoints, Embedded HTTP
Servers(Jetty/Tomcat etc.) and Spring Boot CLI.
Why should you use it?
Spring Boot helps you accelerate and facilitate application development but also improves the productivity because it lets you focus only on writing your business logic.

Why should you use it?
Spring Boot helps you accelerate and facilitate application development but also improves the productivity because it lets you focus only on writing your business logic.
What you’ll need create spring boot application
- About 15 minutes
- A favorite text editor or IDE
- JDK 1.8 or later
- Gradle 4+ or Maven 3.2+
- You can also import the code straight into your IDE:
- Spring Tool Suite (STS)
- IntelliJ IDE
- Spring Tool Suite (STS)

nice blogs
ReplyDelete