YeautyYE / netty-websocket-spring-boot-starter

:rocket: lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Apache License 2.0
1.83k stars 540 forks source link

@ServerEndpoint(prefix = "netty-websocket") 我的这个注解 没有prefix #31

Open wymcloud opened 5 years ago

YeautyYE commented 5 years ago

请问你用的是哪个版本

wymcloud commented 5 years ago

spring-boot-starter-websocket 2.1.2 netty-websocket-spring 用的0.7.4

YeautyYE commented 5 years ago

把 spring-boot-starter-websocket 去掉就可以了

wymcloud commented 5 years ago

去掉了之后 ServerEndpointExporter 这个配置类就找不到了

YeautyYE commented 5 years ago

重新导包 记得导org.yeauty包下的

wymcloud commented 5 years ago

意思是光引你的包就行呗 不需要额外再引入别的包

YeautyYE commented 5 years ago

是的

wymcloud commented 5 years ago

解决了 感谢

wymcloud commented 5 years ago

但是我发现一个问题 0.7.4 版本类引不进来 但是0.6.5版本能引进来 不知道什么问题

YeautyYE commented 5 years ago

可能网络问题,你可以把本地maven库中的删掉,再引一次. 建议用最新版

wymcloud commented 5 years ago

好了 感谢