fix(pom): 指定 java 版本

This commit is contained in:
han0
2023-11-15 10:53:29 +08:00
parent 8c15571783
commit 783746d9b1

View File

@@ -158,7 +158,12 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.12</version>
<version>2.2.2.RELEASE</version>
</plugin>
<!--<plugin>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-maven-plugin</artifactId>-->
<!--<version>2.5.12</version>-->
<!--<configuration>-->
<!--<includeSystemScope>true</includeSystemScope>-->
<!--</configuration>-->
@@ -169,7 +174,7 @@
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
</plugin>
<!--</plugin>-->
</plugins>
</build>
</project>