migrated the following modules using parent-spring-5 to spring 5.1:

spring-mvc-simple
spring-security-mvc-custom
spring-security-mvc-login
spring-security-rest
spring-security-rest-basic-auth
spring-static-resources
spring-thymeleaf
This commit is contained in:
geroza
2019-01-08 16:16:51 -02:00
parent 3bad1ab7d3
commit c7ba38ffcd
16 changed files with 64 additions and 40 deletions

View File

@@ -7,10 +7,10 @@
<name>ethereum</name>
<parent>
<artifactId>parent-spring-5</artifactId>
<artifactId>parent-spring-5-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-spring-5</relativePath>
<relativePath>../parent-spring-5-1</relativePath>
</parent>
<dependencies>