Skip to content

Commit

Permalink
升级 JDK17 支持 SpringBoot 3,感谢 @csx-bill 的贡献 #638
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Dec 5, 2023
2 parents c085ab5 + 8f6b829 commit 604c677
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<artifactId>APIJSON-spring-boot3</artifactId>
<version>6.2.0</version>
<packaging>jar</packaging>

Expand All @@ -14,7 +14,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
Expand All @@ -32,8 +34,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 604c677

Please sign in to comment.