fix(pom): 指定 java 版本
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user