Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 378 Bytes

File metadata and controls

8 lines (5 loc) · 378 Bytes

This is an example web application with Spring Security configured to secure service methods.

You can start the web application with mvn tomcat7:run.

You can access the application at http://localhost:8080/. Use username "user" and password "password" to login as a normal user. Use username "admin" and password "secret" to login as a manager.