update 增加编译参数 避免运行警告

2.X
疯狂的狮子Li 2023-06-16 00:23:48 +08:00
parent cab789141f
commit 5e241b4945
1 changed files with 3 additions and 0 deletions

View File

@ -433,6 +433,9 @@
<version>${mapstruct-plus.lombok.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<!-- 单元测试使用 -->