API数据表更新

This commit is contained in:
2025-08-27 00:01:42 +08:00
parent 98672e9c0f
commit cb1b6f9349
16 changed files with 478 additions and 1 deletions

View File

@@ -120,11 +120,17 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>