|
@@ -56,15 +56,16 @@
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
|
<version>3.3.0</version>
|
|
<version>3.3.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
|
|
+ <!--<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
- </dependency>
|
|
|
|
|
|
|
+ </dependency>-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-properties-migrator</artifactId>
|
|
<artifactId>spring-boot-properties-migrator</artifactId>
|
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <!--
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
|
<artifactId>thymeleaf-layout-dialect</artifactId>
|
|
<artifactId>thymeleaf-layout-dialect</artifactId>
|
|
@@ -73,6 +74,7 @@
|
|
|
<groupId>org.thymeleaf.extras</groupId>
|
|
<groupId>org.thymeleaf.extras</groupId>
|
|
|
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
|
|
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
<artifactId>spring-boot-starter-security</artifactId>
|