Skip to content

Commit 0a7a4c6

Browse files
committed
Remove deprecated error.path property
1 parent 4dc5022 commit 0a7a4c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{"properties": [
2-
{
3-
"name": "error.path",
4-
"type": "java.lang.String",
5-
"description": "Path of the error controller.",
6-
"deprecation": {
7-
"replacement": "server.error.path"
8-
}
9-
},
102
{
113
"name": "security.basic.authorize-mode",
124
"defaultValue": "role"

0 commit comments

Comments
 (0)