Source URL : https://github.com/bkielczewski/example-spring-boot-security Thanks to bkielczewski.
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.
Java Platform (JDK) 8 Apache Maven 3.x Quick start
mvn spring-boot:run Point your browser to http://localhost:8080/