java-tutorials/spring-security-mvc-socket
amit2103 78735f582b [BAEL-10866] - Upgrade jackson version in tutorials repository 2018-12-16 23:57:08 +05:30
..
src BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 21 more modules.. work in progress..) 2018-09-15 13:57:53 -04:00
.gitignore BAEL-509 (#2114) 2017-07-03 21:57:27 -05:00
README.md To add/fix links (Team Jira BAEL-9015) (#5332) 2018-09-27 09:09:58 +02:00
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: