【发布时间】:2013-12-25 14:54:31
【问题描述】:
在spring-boot中,当我添加以下依赖时,正在使用Jetty 8。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
但是,如果我想在 spring-boot 中使用 Jetty 9。我怎么能这样做?
谢谢!
【问题讨论】:
标签: jetty spring-boot