springboot源码系列 - springboot如何启动web环境

springboot如何启动web环境 当pom.xml里,不依赖spring-boot-starter-web时, SpringApplication.run(App.class, args); 不会启动tomcat 当pom.xml里,依赖spring-boot-starter-web后, SpringApplication.run(App.class, args); 会启动tomcat 为何
相关文章
相关标签/搜索