下午好,
我正在检查 Spring Boot 的 Mustache 支持,并注意到启动器的传递依赖性:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mustache</artifactId>
</dependency>
这个项目是: https://github.com/samskivert/jmustache
但查看 Mustache 的文档: https://mustache.github.io/
我注意到官方的 Java 实现是: https://github.com/spullara/mustache.java
也许 Spring for Spring Boot 3.0 可以考虑使用官方依赖项。
你有什么意见?
参考:
提前谢谢了
胡安安东尼奥