Thymeleaf使用#{}无法获取到外部属性文件中的信息
我已经将index.html与index.properties属性文件放在了同一目录下
html、properties内容如下:
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8"></meta>
<title>Thymeleaf模板使用</title>
</head>
<body>
<p th:text="#{age}"></p>
<p th:text="#{home.welcome}">Welcome</p>
<p th:utext="#{home.welcome}">Welcome</p>
<pre>使用utext可以保留HTML的标签信息</pre>
</body>
</html>
age=19
home.welcome=Welcome to our <b>fantastic</b> grocery store!
但是当我运行的时候出现了问题,页面显示如下:
??age_zh_CN??
??home.welcome_zh_CN??
??home.welcome_zh_CN??
求大家帮帮忙解决一下,不胜感激
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
lz问题结果了么,我也遇到了,求指教
<link rel="stylesheet" type="text/css" media="all"
提示找不到gtvg.css这个文件啊,qq:1746485019,求大佬指点一下