Skip to content

Instantly share code, notes, and snippets.

@dacrome
Created May 25, 2015 22:07
Show Gist options
  • Save dacrome/0f9226cd859758c877a3 to your computer and use it in GitHub Desktop.
Save dacrome/0f9226cd859758c877a3 to your computer and use it in GitHub Desktop.
Disable Thymeleaf Template Location Check
@Autowired
public void disableTemplateLocationCheck(ThymeleafProperties properties) {
properties.setCheckTemplateLocation(false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment