java-tutorials/spring-security-modules/spring-security-web-sockets
Loredana Crusoveanu 0efc73afcc Update README.md 2020-10-20 13:14:22 +03:00
..
src JAVA-68: Renamed spring-security-mvc-socket to 2020-08-16 16:32:56 +05:30
.gitignore JAVA-68: Renamed spring-security-mvc-socket to 2020-08-16 16:32:56 +05:30
README.md Update README.md 2020-10-20 13:14:22 +03:00
pom.xml [JAVA-2435] Migrate spring-security-web-sockets to parent-sprint-5 (#10000) 2020-09-10 20:51:30 +05:30

README.md

Spring Security Web Sockets

This module contains articles about WebSockets with Spring Security

Relevant Articles:

Running This Project:

To build the project, run the command: mvn clean install. This will build a war file in the target folder that you can deploye on a server like Tomcat.

Alternatively, run the project from an IDE.

To login, use credentials from the data.sql file in src/main/resource, eg: user/password.