add:映射

This commit is contained in:
2024-03-08 13:48:47 +08:00
parent ce7403b682
commit 803a4b30bd
19 changed files with 1286 additions and 31 deletions

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.3.6</version>
<version>5.8.5</version>
</dependency>
<dependency>
@@ -280,7 +280,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>org.nl.AppRun</mainClass>
<fork>true</fork> <!-- 如果没有该配置devtools不会生效 -->
<!--<fork>true</fork>--> <!-- 如果没有该配置devtools不会生效 -->
</configuration>
<executions>