mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Refactor `spring-boot-security-oauth2-authorization-server` to separate core authorization server auto-configuration from Spring Security web auto-configuration. This update should allow authorization server auto-configuration outside or a reactive or servlet web application. Closes gh-43978