spring增强访问者模式-改造后-jdk17 Pattern Matching
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -12,8 +12,8 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<org.springframework.version>5.1.0.RELEASE</org.springframework.version>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user