File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-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>
1818 </properties >
1919
2020 <dependencies >
3232 <artifactId >maven-compiler-plugin</artifactId >
3333 <version >3.8.1</version >
3434 <configuration >
35- <source >1.8 </source >
36- <target >1.8 </target >
35+ <source >17 </source >
36+ <target >17 </target >
3737 </configuration >
3838 </plugin >
3939
You can’t perform that action at this time.
0 commit comments