mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
Migrate `spring.view.prefix` and `spring.view.suffix` to `spring.mvc.view.prefix` and `spring.mvc.view.suffix` respectively. The former properties are still handled in a backward compatible way and are defined as deprecated in the meta-data. Closes gh-3250