mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-05-23 19:18:00 +08:00
修改
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -147,7 +147,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.11.0</version> <!-- 或 3.10.1 -->
|
<version>3.10.1</version> <!-- 或 3.10.1 -->
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>17</source>
|
<source>17</source>
|
||||||
<target>17</target>
|
<target>17</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user