[BAEL-14777] - Added Thymeleaf example and added reoved xmls and commented out codes

This commit is contained in:
amit2103
2019-05-26 11:57:20 +05:30
parent 4542b495d4
commit fe2cf943d8
8 changed files with 136 additions and 2 deletions
+8
View File
@@ -26,6 +26,14 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<!-- Spring -->