xuxueli 1 سال پیش
والد
کامیت
39b92f9db6
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 0 1
      xxl-job-executor-samples/pom.xml
  2. 3 0
      xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml

+ 0 - 1
xxl-job-executor-samples/pom.xml

@@ -1,6 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.xuxueli</groupId>

+ 3 - 0
xxl-job-executor-samples/xxl-job-executor-sample-springboot/pom.xml

@@ -66,6 +66,9 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <fork>true</fork>
+                </configuration>
             </plugin>
         </plugins>
     </build>