|
|
@@ -145,19 +145,19 @@
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
|
|
|
- <!--<plugin>-->
|
|
|
- <!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
- <!--<artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
- <!--<version>3.5.1</version>-->
|
|
|
- <!--<configuration>-->
|
|
|
- <!--<source>1.8</source>-->
|
|
|
- <!--<target>1.8</target>-->
|
|
|
- <!--<encoding>UTF-8</encoding>-->
|
|
|
- <!--<compilerArgs>-->
|
|
|
- <!--<arg>${project.basedir}/lib</arg>-->
|
|
|
- <!--</compilerArgs>-->
|
|
|
- <!--</configuration>-->
|
|
|
- <!--</plugin>-->
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ <version>3.5.1</version>
|
|
|
+ <configuration>
|
|
|
+ <source>1.8</source>
|
|
|
+ <target>1.8</target>
|
|
|
+ <encoding>UTF-8</encoding>
|
|
|
+ <compilerArgs>
|
|
|
+ <arg>${project.basedir}/lib</arg>
|
|
|
+ </compilerArgs>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
|
|
|
</plugins>
|
|
|
|