Create spring-boot-web-server-test module

This commit is contained in:
Andy Wilkinson
2025-05-02 14:03:24 +01:00
committed by Phillip Webb
parent 96bee8e034
commit 4f579905ef
203 changed files with 409 additions and 353 deletions

View File

@@ -139,6 +139,9 @@
<allow pkg="org.springframework.boot.web.context.servlet" />
</subpackage>
</subpackage>
<subpackage name="test">
<allow pkg=".*" regex="true" />
</subpackage>
</subpackage>
<!-- Servlet -->