|
|
@@ -97,6 +97,7 @@
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>3.8.1</version>
|
|
|
<configuration>
|
|
|
+
|
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
@@ -107,8 +108,8 @@
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|
|
|
<configuration>
|
|
|
+ <includeSystemScope>true</includeSystemScope>
|
|
|
<mainClass>com.yizhu.supervise.SuperviseServiceApplication</mainClass>
|
|
|
- <skip>true</skip>
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|