springboot jetty替换tomcat

Posted my-ordinary

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot jetty替换tomcat相关的知识,希望对你有一定的参考价值。

技术图片
 1         <dependency>
 2             <groupId>org.springframework.boot</groupId>
 3             <artifactId>spring-boot-starter-web</artifactId>
 4             <exclusions>
 5                 <exclusion>
 6                     <groupId>org.springframework.boot</groupId>
 7                     <artifactId>spring-boot-starter-tomcat</artifactId>
 8                 </exclusion>
 9             </exclusions>
10         </dependency>
11 
12         <dependency>
13             <groupId>org.springframework.boot</groupId>
14             <artifactId>spring-boot-starter-jetty</artifactId>
15         </dependency>
View Code

技术图片

 

以上是关于springboot jetty替换tomcat的主要内容,如果未能解决你的问题,请参考以下文章

springboot深入学习-----tomcat配置websocket

Spring Boot配置Tomcat容器Jetty容器Undertow容器

Spring Boot + Tomcat + Jetty - 应用程序无法启动

Day695.Spring Boot如何使用内嵌式的Tomcat和Jetty -深入拆解 Tomcat & Jetty

tomcat和jetty的区别

Spring Boot – Jetty配置