deason 6 anos atrás
pai
commit
18c17df063
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      examcloud-core-questions-starter/pom.xml

+ 10 - 0
examcloud-core-questions-starter/pom.xml

@@ -78,6 +78,16 @@
                     <skip>true</skip>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <jvmArguments>
+                        -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9990
+                    </jvmArguments>
+                    <fork>true</fork>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>