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