Tuesday, January 8, 2019

Brief description about Spring Boot?

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.





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 boot interview questions, what is spring boot

1 comment:

What is Spring Boot Starter?

Spring Boot Starters are just JAR Files. They are used by Spring Boot Framework to provide “Auto-Dependency Resolution”. What is Spring...