update java 1.8 => 17

update springboot 2.7.7 => 3.0.1
update springboot-admin 2.7.10 => 3.0.0-M8
update springdoc 1.6.14 => 2.0.2
update lock4j 2.2.3 => 2.2.4
update dynamic-ds 3.5.2 => 3.6.1
This commit is contained in:
疯狂的狮子Li
2023-01-13 21:50:41 +08:00
parent b0996853d1
commit 41242cd4aa
5 changed files with 35 additions and 39 deletions

View File

@ -50,7 +50,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<fork>true</fork> <!-- 如果没有该配置devtools不会生效 -->
<!-- <fork>true</fork> &lt;!&ndash; 如果没有该配置devtools不会生效 &ndash;&gt;-->
</configuration>
<executions>
<execution>