mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit changes the new mode-based configuration to use two new methods – setBannerMode on SpringApplication and bannerMode on SpringApplicationBuilder. The old methods, setShowBanner and showBanner on SpringApplication and SpringApplicationBuilder respectively, have been reinstated and deprecated. Closes gh-4001