mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
Refine Mustache support to provide a cleaner separation between the reactive and servlet implementations. The views have now moved to the `spring-boot` project and the auto-configuration has been split into two distinct `@Imports` to save needing full package declarations. See gh-8941