java-tutorials/spring-security-modules/spring-security-web-sockets
Amit Pandey 2e5be1a744
[JAVA-30681] Upgrade Hibernate-core to the latest version for Spring Security web sockets module (#15782)
2024-02-05 20:18:52 +01:00
..
src JAVA-29331 Upgrade spring-security-web-sockets (#15468) 2023-12-24 14:06:05 +01:00
.gitignore JAVA-68: Renamed spring-security-mvc-socket to 2020-08-16 16:32:56 +05:30
README.md JAVA-6439: review comments incorporated 2021-09-11 15:05:02 +05:30
pom.xml [JAVA-30681] Upgrade Hibernate-core to the latest version for Spring Security web sockets module (#15782) 2024-02-05 20:18:52 +01:00

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.