zengsj hace 9 meses
padre
commit
343dbe885d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -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>