6 changed files with 95 additions and 41 deletions
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
{ |
||||
"properties": [ |
||||
{ |
||||
"name": "spring.test.restdocs.uri-host", |
||||
"type": "java.lang.String", |
||||
"description": "The URI host to use.", |
||||
"sourceType": "org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties", |
||||
"deprecation": { |
||||
"level": "error", |
||||
"replacement": "spring.restdocs.uri.host" |
||||
} |
||||
}, |
||||
{ |
||||
"name": "spring.test.restdocs.uri-port", |
||||
"type": "java.lang.Integer", |
||||
"description": "The URI port to use.", |
||||
"sourceType": "org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties", |
||||
"deprecation": { |
||||
"level": "error", |
||||
"replacement": "spring.restdocs.uri.port" |
||||
} |
||||
|
||||
}, |
||||
{ |
||||
"name": "spring.test.restdocs.uri-scheme", |
||||
"type": "java.lang.String", |
||||
"description": "The URI scheme to use (for example http).", |
||||
"sourceType": "org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties", |
||||
"deprecation": { |
||||
"level": "error", |
||||
"replacement": "spring.restdocs.uri.scheme" |
||||
} |
||||
} |
||||
] |
||||
} |
||||
Loading…
Reference in new issue