|
|
|
@ -160,20 +160,4 @@
|
|
|
|
|
<version>${HikariCP.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.6.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>21</source>
|
|
|
|
|
<target>21</target>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<!-- java21 保留参数名编译参数 -->
|
|
|
|
|
<compilerArgument>-parameters</compilerArgument>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|