Spring Boot advantages and disadvantages

advantage

  • Rapid Construction Project
  • For non-integrated configuration mainstream development framework
  • Project can be run independently, without external dependence Servlet container
  • Provides run-time application monitoring
  • Greatly enhancing the development, deployment efficiency
  • Natural integration with the cloud

# Shortcomings

  • Iterative version of fast, large changes in some modules
  • Because it does not configure itself when an error is difficult to locate
  • Online fewer ready-made solution

Guess you like

Origin www.cnblogs.com/snake107/p/11914975.html