java-tutorials/spring-security-modules/spring-security-web-sockets
anuragkumawat 0b9cb50f23 JAVA-14868 Update spring-security-web-sockets module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-21 20:25:28 +05:30
..
src JAVA-14868 Update spring-security-web-sockets module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-21 20:25:28 +05:30
.gitignore
README.md
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 deploy on a server like Tomcat.

Alternatively, run the project from an IDE, with the maven goal org.codehaus.cargo:cargo-maven2-plugin:run

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