Spring Boot + Spring Security + Thymeleaf example
A Spring Boot Thymeleaf example, uses Spring Security to protect path /admin and /user Technologies used : Spring Boot 1.5.3.RELEASE Spring 4.3.8.RELEASE Spring Security 4.2.2 Thymeleaf 2.1.5.RELEASE Thymeleaf extras Spring Security4 2.1.3 Tomcat Embed 8.5.14 Maven 3 Java 8 1. Project Directory 2. Project Dependencies Declares spring-boot-starter-security, it will get anything you need to develop …