标签: java spring spring-mvc spring-boot velocity
如何在Spring Boot应用程序的Velocity模板上使用从messages_en.properties等资源文件中读取的本地化消息?
messages_en.properties
在JSP文件中,我们可以使用:
<spring:message code="label.description"/>
.vm文件的等价物是什么?如果可能,请告诉我。
答案 0 :(得分:0)
感谢Deinum:参考文档:
对于速度:
message(根据代码参数从资源包中输出字符串)
#springMessage($code)