java-tutorials/spring-security-mvc-socket
Loredana Crusoveanu 396bfe28a9
Merge branch 'master' into master
2019-05-10 23:46:54 +03:00
..
src Adding code for the tutorial tracked under BAEL-2488 (#6598) 2019-03-31 21:51:01 +02:00
.gitignore BAEL-509 (#2114) 2017-07-03 21:57:27 -05:00
README.md Back-link added 2019-05-08 13:02:15 +05:30
pom.xml [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +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: