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 ?
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
Post a Comment