java-tutorials/spring-security-mvc-socket
Kyle Doyle 07859c6e38 Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
..
src Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
.gitignore Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
README.md Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
pom.xml Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00

README.md

Spring Security MVC Socket

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.