2020
10-08
10-08
Springboot如何切换默认的Tomcat容器
代码如下<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId><exclusions><exclusion><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-tomcat</artifactId></exclusion></exclusions></dependency><!--Jettyascontainer--><dependency><groupId>org.s...
继续阅读 >