File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
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 >
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
You can’t perform that action at this time.
0 commit comments