From fa4ca9878dbb6aa956c9eaf8b150dbc605b1b6ae Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 26 Apr 2015 21:39:35 +0800 Subject: [PATCH] Update 73.7. Remote debug a Spring Boot application started with Gradle.md --- ...7. Remote debug a Spring Boot application started with Gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IX. ‘How-to’ guides/73.7. Remote debug a Spring Boot application started with Gradle.md b/IX. ‘How-to’ guides/73.7. Remote debug a Spring Boot application started with Gradle.md index 17d8bf9..d8f3152 100644 --- a/IX. ‘How-to’ guides/73.7. Remote debug a Spring Boot application started with Gradle.md +++ b/IX. ‘How-to’ guides/73.7. Remote debug a Spring Boot application started with Gradle.md @@ -1,4 +1,4 @@ -### 72.7. 远程调试一个使用Gradle启动的Spring Boot项目 +### 73.7. 远程调试一个使用Gradle启动的Spring Boot项目 想要为使用Gradle启动的Spring Boot应用添加一个远程调试器,你可以使用build.gradle的applicationDefaultJvmArgs属性或`--debug-jvm`命令行选项。