소스 검색

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>