소스 검색

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>