Restore support for Jersey

Closes gh-28637
This commit is contained in:
Andy Wilkinson
2022-08-08 15:45:20 +01:00
parent fb2f7c1e38
commit ba93e6c0ed
105 changed files with 5974 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
== Web
If you develop Spring Boot web applications, take a look at the following content:
* *Servlet Web Applications:* <<web#web.servlet, Spring MVC, Embedded Servlet Containers>>
* *Servlet Web Applications:* <<web#web.servlet, Spring MVC, Jersey, Embedded Servlet Containers>>
* *Reactive Web Applications:* <<web#web.reactive, Spring Webflux, Embedded Servlet Containers>>
* *Graceful Shutdown:* <<web#web.graceful-shutdown, Graceful Shutdown>>
* *Spring Security:* <<web#web.security, Default Security Configuration, Auto-configuration for OAuth2, SAML>>