Update 73.6. Remote debug a Spring Boot application started with Maven.md

master
qibaoguang 2015-04-14 00:34:46 +08:00
parent a9d257f27c
commit 36e76e8682
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 73.6. 远程调试一个使用Maven启动的Spring Boot项目
想要为使用Maven启动的Spring Boot应用添加一个远程调试器你可以使用[mave插件](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/maven-plugin/)的jvmArguments属性。详情参考[示例](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/maven-plugin/examples/run-debug.html)。