java-tutorials/spring-security-modules/spring-security-web-sockets
sampadawagde 00d8cdc252 JAVA-68: README changes 2020-08-16 16:37:06 +05:30
..
src
.gitignore
README.md JAVA-68: README changes 2020-08-16 16:37:06 +05:30
pom.xml

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.