java-tutorials/spring-security-mvc-socket
collaboratewithakash 820b45d6ea
Back-link added
2019-05-08 13:02:15 +05:30
..
src Adding code for the tutorial tracked under BAEL-2488 (#6598) 2019-03-31 21:51:01 +02:00
.gitignore
README.md Back-link added 2019-05-08 13:02:15 +05:30
pom.xml [BAEL-10866] - Upgrade jackson version in tutorials repository 2018-12-16 23:57:08 +05:30

README.md

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.

Relevant Articles: