Skip to content

Commit b0a0057

Browse files
authored
Update 80.9 Remote debug a Spring Boot application started with Gradle.md
1 parent cd78f1f commit b0a0057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IX. ‘How-to’ guides/80.9 Remote debug a Spring Boot application started with Gradle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### 80.9 远程调试一个使用Gradle启动的Spring Boot项目
1+
### 80.9 远程调试使用Gradle启动的Spring Boot项目
22

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

55
build.gradle:
66
```gradle

0 commit comments

Comments
 (0)