We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a12a6c commit a076adbCopy full SHA for a076adb
spring-boot-devtools/src/main/resources/META-INF/additional-spring-configuration-metadata.json
@@ -0,0 +1,24 @@
1
+{
2
+ "properties": [
3
+ {
4
+ "name": "spring.devtools.remote.debug.enabled",
5
+ "type": "java.lang.Boolean",
6
+ "description": "Enable remote debug support.",
7
+ "defaultValue": true,
8
+ "deprecation": {
9
+ "reason": "Remote debug is no longer supported.",
10
+ "level": "error"
11
+ }
12
+ },
13
14
+ "name": "spring.devtools.remote.debug.local-port",
15
+ "type": "java.lang.Integer",
16
+ "description": "Local remote debug server port.",
17
+ "defaultValue": 8000,
18
19
20
21
22
23
+ ]
24
+}
0 commit comments