fix: 修复依赖问题

This commit is contained in:
2025-11-20 00:33:27 +08:00
parent 9b28ef0a37
commit f93ec43915
10 changed files with 137 additions and 76 deletions

View File

@@ -16,4 +16,10 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>