Add failure analyzer for missing web factory bean

See gh-30358
This commit is contained in:
Guirong Hu
2022-03-22 13:47:57 +08:00
committed by Andy Wilkinson
parent febea4711e
commit dfafccaba5
9 changed files with 213 additions and 7 deletions

View File

@@ -93,6 +93,9 @@
</subpackage>
<subpackage name="server">
<disallow pkg="org.springframework.context" />
<subpackage name="context">
<allow pkg="org.springframework.context" />
</subpackage>
</subpackage>
<subpackage name="context">
<allow pkg="org.springframework.boot.web.server" />