Browse Source

fix 修复 因 springboot 淘汰了某些类 导致启动报警告问题

疯狂的狮子li 2 years ago
parent
commit
fcea03a975
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

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