Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.imooc.websockect.WebSocket' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
websocket 类只留下 @ServerEndpoint(value = "/websockect")
这个注解
不能order不能注入websocket 因为没有被 Spring管理
但是加上 Componentu 这个注解 部署 Tomcat 又会报错