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> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <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>--> <!--<configuration>-->
<!--<includeSystemScope>true</includeSystemScope>--> <!--<includeSystemScope>true</includeSystemScope>-->
<!--</configuration>--> <!--</configuration>-->
@@ -169,7 +174,7 @@
<!--</goals>--> <!--</goals>-->
<!--</execution>--> <!--</execution>-->
<!--</executions>--> <!--</executions>-->
</plugin> <!--</plugin>-->
</plugins> </plugins>
</build> </build>
</project> </project>