Update 73.7. Remote debug a Spring Boot application started with Gradle.md

master
qibaoguang 2015-04-26 21:39:35 +08:00
parent 15ba85e375
commit fa4ca9878d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 72.7. 远程调试一个使用Gradle启动的Spring Boot项目
### 73.7. 远程调试一个使用Gradle启动的Spring Boot项目
想要为使用Gradle启动的Spring Boot应用添加一个远程调试器你可以使用build.gradle的applicationDefaultJvmArgs属性或`--debug-jvm`命令行选项。