Relative Content

Tag Archive for javaspringspring-bootwebsocketlombok

Lombok annotation doesn’t work with Websocket

I am working on a chat application using springboot (WebSocket) in the backend.
I followed a youtube video of how to create one , and It’s the same code the youtuber showed. However, when I run the application an error arise because of Lombok. That was surprising since I used Lombok in other projects and it works fine.