在Jetty7,8和9运行时都会出现错误,在Jetty7中运行时出现Caused by:
java.lang.IllegalStateException: No suitable default RequestUpgradeStrategy found
at org.springframework.web.socket.server.support.AbstractHandshakeHandler.initRequestUpgradeStrategy(A
,在Jetty9中会出现java.lang.NoSuchMethodError: org.eclipse.jetty.websocket.server.WebSocketServerFactory: method ()V not found,
在Jetty7,8和9运行时都会出现错误,在Jetty7中运行时出现Caused by: java.lang.IllegalStateException: No suitable default RequestUpgradeStrategy found at org.springframework.web.socket.server.support.AbstractHandshakeHandler.initRequestUpgradeStrategy(A
,在Jetty9中会出现java.lang.NoSuchMethodError: org.eclipse.jetty.websocket.server.WebSocketServerFactory: method()V not found,
你能否把正确的jetty版本号发给我呢?