springboot 使用mustcache模板

2018-03-22  本文已影响0人  Herman7z

参考链接:
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>
上一篇 下一篇

猜你喜欢

热点阅读