springboot 使用mustcache模板

weixin_34292287發表於2018-03-22

參考連結:
https://mustache.github.io/mustache.5.html
http://www.mkyong.com/spring-boot/spring-boot-hello-world-example-mustache
http://www.jianshu.com/p/7f1cecdc27e1

新增依賴包

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-mustache</artifactId>
</dependency>

相關文章