Browse Source

Remove metadata for previously deleted property

Closes gh-48199
pull/48469/head
Andy Wilkinson 2 months ago
parent
commit
331e9bcbf7
  1. 6
      module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json

6
module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json

@ -5,12 +5,6 @@ @@ -5,12 +5,6 @@
"type": "java.lang.Boolean",
"description": "Whether a MockRestServiceServer should be auto-configured.",
"defaultValue": true
},
{
"name": "spring.test.webclient.register-rest-template",
"type": "java.lang.Boolean",
"description": "Whether a RestTemplate bean should be registered.",
"defaultValue": false
}
]
}

Loading…
Cancel
Save