update 增加编译参数 避免运行警告
parent
cab789141f
commit
5e241b4945
3
pom.xml
3
pom.xml
|
|
@ -433,6 +433,9 @@
|
||||||
<version>${mapstruct-plus.lombok.version}</version>
|
<version>${mapstruct-plus.lombok.version}</version>
|
||||||
</path>
|
</path>
|
||||||
</annotationProcessorPaths>
|
</annotationProcessorPaths>
|
||||||
|
<compilerArgs>
|
||||||
|
<arg>-parameters</arg>
|
||||||
|
</compilerArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- 单元测试使用 -->
|
<!-- 单元测试使用 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue