mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Move `AnsiOutputApplicationListener` from `o.s.b.context.config` to `o.s.b.support` since it's more of a supporting class than a context concern. See gh-47232