瀏覽代碼

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

疯狂的狮子Li 3 年之前
父節點
當前提交
5e241b4945
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

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