Simple ToDo List App
Implemented Using Spring MVC featuring User Authentication
To run, make sure you have maven installed.
- Clone the project
git clone https://github.com/adnanalvee/SpringMVC.SpringSecurity.Login.Logout.ToListApp.git
- Run the following commands
mvn clean package
mvn tomcat:run -Dmaven.tomcat.port=8080