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>