Do you understand these 8 questions about Spring Boot?
1. What are the advantages of Springboot?
(1) Quickly create a spring project that runs independently and integrates with mainstream frameworks
(2) Using the embedded servlet container, the application does not need to be packaged into a war package
(3) A large number of automatic configurations simplify development, and the default values…