Spring boot 啟動(dòng)后自動(dòng)關(guān)閉,log輸出
org.springframework.context.annotation.AnnotationConfigApplicationContext - Closing org.springframework.context.annotation.AnnotationConfigApplicationContext

原因? : pom 文件中maven依賴 spring-boot-starter-web 中移除了Tomcat

將紅框部分刪掉后重啟后不再關(guān)閉。
參考https://blog.csdn.net/qq_30243515/article/details/83714178