kotlin - Spring Boot .mustache file extension -


i'm working on spring boot application , adding small configuration web page using mustache templates using this article example. have working fine when of mustache template files have extension .html, problem don't ide support. intellij idea has plugin mustache, extension has .mustache. when change file extensions, though, end 404 error.

i've seen in official example using .mustache, know it's possible. couldn't find in project indicate setting changed enable this. major difference using kotlin instead of java, don't see why have effect on mustache file extensions.

what missing? thanks!

nevermind. realized 2.0.0 branch of spring boot , 1.5.x branch still has .html.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -