What are the advantages of using Spring Boot?
Features
- Create stand-alone Spring applications
- Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
- Provide opinionated 'starter' dependencies to simplify your build configuration
- Automatically configure Spring and 3rd party libraries whenever possible
- Provide production-ready features such as metrics, health checks, and externalized configuration
- Absolutely no code generation and no requirement for XML configuration
Advantages of a Spring Boot application
- Fast and easy development of Spring-based applications
- No need for the deployment of war files
- The ability to create standalone applications
- Helping to directly embed Tomcat, Jetty, or Undertow into an application
- No need for XML configuration
- Reduced amounts of source code
- Additional out-of-the-box functionality
- Easy start
- Simple setup and management
- Large community and many training programs to facilitate the familiarization period
'Certification > Spring(2V0-72.22, SCP)' 카테고리의 다른 글
How do you configure a DataSource in Spring? (0) | 2021.11.07 |
---|---|
What is Spring Boot? (0) | 2021.11.07 |
What is the difference between checked and unchecked exceptions? (0) | 2021.11.07 |
What is the concept of AOP? Which problem does it solve? What is a cross cutting concern? (0) | 2021.11.06 |
What is dependency injection and what are the advantages of using it? (0) | 2021.11.03 |