Update 64.15. Use Jetty 8.md

master
qibaoguang 2015-03-25 22:43:40 +08:00
parent e191c6701c
commit a99275dc4d
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 64.15. 使用Jetty8
Jetty8可用于Spring Boot但默认使用的是Jetty9。如果不能使用Jetty9例如因为你使用的是Java1.6你只需改变classpath去引用Jetty8。你也需要排除Jetty的WebSocket相关的依赖。