websocket 404 close

1.今天遇到个websocket服务端连接404问题,依赖什么的都没什么问题,然后一直不行

2.网上说的加

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

一直报错No ‘javax.websocket.server.ServerContainer‘ ServletContext attribute - Glassfish 4.1

2.解决这个问题是因为缺少ServerContext配置的原因

然后测试了一下发现是pring-boot-starter-parent版本太低的原因 我的原来是1.5.10。RELEASE换成2.0.7.RELEASE就可以了,不知道原因是为什么

 

websocket 404 close

上一篇:HTTP Basic Auth


下一篇:一些可能会用到的css样式留存