Update 73.6. Remote debug a Spring Boot application started with Maven.md
parent
a9d257f27c
commit
36e76e8682
|
@ -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)。
|
Loading…
Reference in New Issue