fix(pom): 指定 java 版本

This commit is contained in:
han0
2023-11-15 10:43:30 +08:00
parent ed1eb748e9
commit 644bef09dc

20
pom.xml
View File

@@ -157,16 +157,16 @@
<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.5.12</version>
<configuration> <!--<configuration>-->
<includeSystemScope>true</includeSystemScope> <!--<includeSystemScope>true</includeSystemScope>-->
</configuration> <!--</configuration>-->
<executions> <!--<executions>-->
<execution> <!--<execution>-->
<goals> <!--<goals>-->
<goal>repackage</goal> <!--<goal>repackage</goal>-->
</goals> <!--</goals>-->
</execution> <!--</execution>-->
</executions> <!--</executions>-->
</plugin> </plugin>
</plugins> </plugins>
</build> </build>