Merge pull request 'maven指定jdk版本' (#1) from master-lhj0311 into test

Reviewed-on: http://192.168.0.40:3000/huixin_back4/cfs/pulls/1
This commit is contained in:
10002327 2026-03-11 14:29:42 +08:00
commit 395385b508
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>