Skip to content

Commit

Permalink
Fix spring.beaninfo.ignore SourceType
Browse files Browse the repository at this point in the history
Fixes gh-31898
  • Loading branch information
philwebb committed Jul 28, 2022
1 parent 2709f77 commit 98627e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
},
Expand Down

0 comments on commit 98627e3

Please sign in to comment.