forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail on startup if Thymeleaf template directory missing
Better even than logging would be to fail fast? Surely it's a mistake not to have any /templates if Thymeleaf is in use. User can disable failfast by exlcuding thymeleaf configuration or by providing their own ITemplateResolver. Fixes spring-projectsgh-294
- Loading branch information
Dave Syer
committed
Feb 24, 2014
1 parent
8d9c26b
commit f38a36f
Showing
2 changed files
with
48 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters