Change build version level to 17

This commit is contained in:
YuCheng Hu 2023-03-30 09:02:40 -04:00
parent 480c0afd70
commit 6f4d9c8bbf
1 changed files with 2 additions and 4 deletions

View File

@ -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>