Change build version level to 17
This commit is contained in:
parent
480c0afd70
commit
6f4d9c8bbf
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.5</version>
|
||||
<version>2.7.10</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.northtecom.visafn</groupId>
|
||||
|
@ -239,7 +239,6 @@
|
|||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- 没有该配置,devtools 不生效 -->
|
||||
<fork>true</fork>
|
||||
<!-- <addResources>true</addResources>-->
|
||||
<!-- <excludes>-->
|
||||
<!-- <exclude>-->
|
||||
|
@ -276,8 +275,7 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.10.1</version>
|
||||
<configuration>
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
<release>${java.version}</release>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue