Spring-boot采用jetty作为内置服务
By:Roy.LiuLast updated:2017-06-13
默认情况下spring-boot采用tomcat作为内置的服务,如果要用jetty呢,怎么办?其实更改下pom.xml文件就可以了。
org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-tomcat org.springframework.boot spring-boot-starter-jetty
From:一号门
Previous:Spring-boot 修改tomcat的端口
Next:一个哥们在邮件组的讨论,有点意思。
COMMENTS