Ver Fonte

up:5.4.4

msgroup há 8 meses atrás
pai
commit
3cadb7231a
1 ficheiros alterados com 1 adições e 4 exclusões
  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>