@@ -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>