2020-08-16 16:37:06 +05:30
## Spring Security Web Sockets
2019-10-31 20:43:47 -05:00
This module contains articles about WebSockets with Spring Security
### Relevant Articles:
- [Intro to Security and WebSockets ](https://www.baeldung.com/spring-security-websockets )
2020-10-20 13:14:22 +03:00
- [Spring WebSockets: Send Messages to a Specific User ](https://www.baeldung.com/spring-websockets-send-message-to-user )
2019-10-31 20:43:47 -05:00
- [REST vs WebSockets ](https://www.baeldung.com/rest-vs-websockets )
### Running This Project:
2021-09-11 15:05:02 +05:30
To build the project, run the command: `mvn clean install` . This will build a war file in the target folder that you can deploy on a server like Tomcat.
2019-10-31 20:43:47 -05:00
2021-09-05 17:08:06 +05:30
Alternatively, run the project from an IDE, with the maven goal `org.codehaus.cargo:cargo-maven2-plugin:run`
2019-10-31 20:43:47 -05:00
To login, use credentials from the data.sql file in src/main/resource, eg: user/password.