如何在Spring Boot应用程序上使用速度模板上的本地化消息?

时间:2016-04-16 22:25:50

标签: java spring spring-mvc spring-boot velocity

如何在Spring Boot应用程序的Velocity模板上使用从messages_en.properties等资源文件中读取的本地化消息?

在JSP文件中,我们可以使用:

<spring:message code="label.description"/>

.vm文件的等价物是什么?如果可能,请告诉我。

1 个答案:

答案 0 :(得分:0)

感谢Deinum:参考文档:

对于速度:

message(根据代码参数从资源包中输出字符串)

#springMessage($code)