歡迎您光臨本站 註冊首頁

Springboot如何切換默認的Tomcat容器

←手機掃碼閱讀     bom485332 @ 2020-06-19 , reply:0

代碼如下

      org.springframework.bootspring-boot-starter-weborg.springframework.bootspring-boot-starter-tomcatorg.springframework.bootspring-boot-starter-jetty

 

以上依賴就是將默認的tomcat切換為jetty容器
 

還可以切換為undertow

      org.springframework.bootspring-boot-starter-weborg.springframework.bootspring-boot-starter-tomcatorg.springframework.bootspring-boot-starter-undertow

 

如果這些容器都不滿意 ,還可以切換為Netty
 

這裡不引入starter-web,直接引入starter-webflux

      org.springframework.bootspring-boot-starter-webflux

  


[bom485332 ] Springboot如何切換默認的Tomcat容器已經有224次圍觀

http://coctec.com/docs/java/show-post-239097.html