文件名里添加表的id

This commit is contained in:
2026-02-21 17:25:02 +08:00
parent fad82d22ac
commit 4b347e069a

View File

@@ -201,6 +201,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>