Merge branch '2.7.x'

Closes gh-31900
This commit is contained in:
Phillip Webb 2022-07-28 10:37:15 +01:00
commit 7b2bacb272
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@
{ {
"name": "spring.beaninfo.ignore", "name": "spring.beaninfo.ignore",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "sourceType": "org.springframework.boot.SpringApplication",
"description": "Whether to skip search of BeanInfo classes.", "description": "Whether to skip search of BeanInfo classes.",
"defaultValue": true "defaultValue": true
}, },