1
0

feat(web): 适配jdk17

This commit is contained in:
2024-12-01 20:27:18 +08:00
parent 34e2f340c0
commit 6eacbfddd4
34 changed files with 178 additions and 254 deletions

View File

@@ -19,6 +19,12 @@
<dependency>
<groupId>com.eshore</groupId>
<artifactId>gringotts-forest</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>