Spring boot websocket push notification application
Step 1: Create a new Spring Boot Project To create a new Spring Boot project, go to https://start.spring.io/ and set the project metadata as per your requirement. Also, add the Websocket dependency to your project. Step 2: Create a WebSocket Configur...
Mar 21, 20232 min read317