What & Why Spring Boot

What is Spring Boot ?
Spring boot is also one of the Java Framework to simplify the java development.

Why Spring Boot ?

  • Lot of Autoconfiguration.
  • So it improves productivity
  • Developer can focus on business logic. 
  • For example, you no need to setup the tomcat in spring boot. It is embedded in Spring boot.
Spring Boot Features:
  • Starter Dependency
  • Auto configuration
  • Spring Initializer 

@Spring Boot Application = @Configuration + @ComponentScan + @EnableAutoconfiguration

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab