The application showing how to use Spring Boot with Spring Security for common needs, such as:
- Customized login form
- DAO-based authentication
- Basic "remember me" authentication
- URL-based security
- Method-level security
See the Spring Boot Security Application article for commentary.
mvn spring-boot:run
- Point your browser to http://localhost:8080/