【报错】java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.xxx

1. Error message

java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.xx.ws.XxWs

2. Solution

Just delete the @Component annotation and package it. This annotation is not actually needed on websocket.
Insert image description here

おすすめ

転載: blog.csdn.net/ruisasaki/article/details/132582663