|
@@ -137,6 +137,14 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <compilerArgs>
|
|
|
|
|
+ <arg>-Xlint:deprecation</arg>
|
|
|
|
|
+ </compilerArgs>
|
|
|
|
|
+ <compilerArguments>
|
|
|
|
|
+ <bootclasspath>${java.home}/jre/lib/rt.jar;${java.home}/jre/lib/jce.jar</bootclasspath>
|
|
|
|
|
+ </compilerArguments>
|
|
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|