Skip to content

Commit 604c677

Browse files
authored
升级 JDK17 支持 SpringBoot 3,感谢 @csx-bill 的贡献 Tencent#638
Tencent#638
2 parents c085ab5 + 8f6b829 commit 604c677

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

APIJSONORM/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.github.Tencent</groupId>
7-
<artifactId>APIJSON</artifactId>
7+
<artifactId>APIJSON-spring-boot3</artifactId>
88
<version>6.2.0</version>
99
<packaging>jar</packaging>
1010

@@ -14,7 +14,9 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<java.version>1.8</java.version>
17+
<java.version>17</java.version>
18+
<maven.compiler.source>17</maven.compiler.source>
19+
<maven.compiler.target>17</maven.compiler.target>
1820
</properties>
1921

2022
<dependencies>
@@ -32,8 +34,8 @@
3234
<artifactId>maven-compiler-plugin</artifactId>
3335
<version>3.8.1</version>
3436
<configuration>
35-
<source>1.8</source>
36-
<target>1.8</target>
37+
<source>17</source>
38+
<target>17</target>
3739
</configuration>
3840
</plugin>
3941

0 commit comments

Comments
 (0)