java-tutorials/spring-security-mvc-socket
Loredana Crusoveanu a336320f52
Update README.md
2018-09-23 18:32:13 +03:00
..
src/main BAEL-1973 (#5059) 2018-09-04 21:39:00 -05:00
.gitignore BAEL-509 (#2114) 2017-07-03 21:57:27 -05:00
README.md Update README.md 2018-09-23 18:32:13 +03:00
pom.xml fix maven war plugin, edit readme 2018-09-23 11:33:01 +03:00

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: