浏览代码

up:配置优化

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

+ 6 - 0
pom.xml

@@ -154,6 +154,12 @@
                  <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>