Forráskód Böngészése

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

疯狂的狮子li 2 éve
szülő
commit
fcea03a975
1 módosított fájl, 3 hozzáadás és 0 törlés
  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>
             <!-- 单元测试使用 -->