Fix spring.beaninfo.ignore SourceType
Fixes gh-31898
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
{
|
||||
"name": "spring.beaninfo.ignore",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
||||
"sourceType": "org.springframework.boot.SpringApplication",
|
||||
"description": "Whether to skip search of BeanInfo classes.",
|
||||
"defaultValue": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user