We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7f28e commit 1b285b6Copy full SHA for 1b285b6
README.md
@@ -15,7 +15,7 @@ This is an example project of how to use Spring WebSocket integrated with Messag
15
2. Navigate to the project folder and run the Active MQ Artemis by executing the command `docker-compose -f broker-compose.ym up mq`
16
3. Run the class `WebSocketApplication`
17
4. Access the Client page at http://localhost:8181
18
-5. On IntelliJ duplicate the Runner for `WebSocketApplication' and add the VM parameter `-Dserver.port=8282` to open a new instance in other port.
+5. On IntelliJ duplicate the Runner for `WebSocketApplication` and add the VM parameter `-Dserver.port=8282` to open a new instance in other port.
19
20
To see this code running watch my [YouTube video here](https://youtu.be/pj0zVBOUd58).
21
0 commit comments