java-tutorials/spring-security-modules/spring-security-web-sockets
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
..
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-6475: Fix formatting of POMs (#11087) 2021-08-03 00:27:15 +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.