浏览代码

up:5.4.4

msgroup 8 月之前
父节点
当前提交
3cadb7231a
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      pom.xml

+ 1 - 4
pom.xml

@@ -151,15 +151,12 @@
              <groupId>org.springframework.boot</groupId>
              <artifactId>spring-boot-maven-plugin</artifactId>
              <configuration>
-                 <executable>true</executable>
-                  <fork>true</fork>
-             </configuration>
-             <configuration>
                  <mainClass>net.mingsoft.MSApplication</mainClass>
                  <executable>true</executable>
                  <includeSystemScope>true</includeSystemScope>
                  <fork>true</fork>
              </configuration>
+
          </plugin>
 
          <plugin>