Missing @Configuration

This commit is contained in:
aboyko
2023-02-23 17:50:42 -05:00
parent dccf860755
commit a1e98d7026
7 changed files with 123 additions and 10 deletions

View File

@@ -414,6 +414,18 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot2.MISSING_CONFIGURATION_ANNOTATION": {
"type": "string",
"default": "WARNING",
"description": "Class likely missing '@Configuration' annotation, i.e. has Bean methods but no '@Configuration' annotation",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},