소스 검색

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

疯狂的狮子li 2 년 전
부모
커밋
fcea03a975
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>
             <!-- 单元测试使用 -->