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