fix 修复 因 springboot 淘汰了某些类 导致启动报警告问题
This commit is contained in:
parent
9b2a7c4b45
commit
fcea03a975
3
pom.xml
3
pom.xml
@ -356,6 +356,9 @@
|
|||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
</path>
|
</path>
|
||||||
</annotationProcessorPaths>
|
</annotationProcessorPaths>
|
||||||
|
<compilerArgs>
|
||||||
|
<arg>-parameters</arg>
|
||||||
|
</compilerArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- 单元测试使用 -->
|
<!-- 单元测试使用 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user