diff --git a/spring-security-thymeleaf/pom.xml b/spring-security-thymeleaf/pom.xml new file mode 100644 index 0000000000..14e4e5210b --- /dev/null +++ b/spring-security-thymeleaf/pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + + com.baeldung + spring-security-thymeleaf + 0.0.1-SNAPSHOT + jar + + spring-security-thymeleaf + Spring Security with Thymeleaf tutorial + + + org.springframework.boot + spring-boot-starter-parent + 2.0.0.BUILD-SNAPSHOT + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +