在给spring boot 1.5.6 + thymeleaf 3进行国际化时,踩了一个坑(其实不止一个). 现象: 看到了吧, 就是取值的key, 后面被加了_en_US 或 _zh_CN, 以及前后的问号. 先看下代码,首先两个资源文件: messages_en_US.properties page.content=this is a test string. message_zh_CN.properties, 在eclipse里找开的,内容是: 这是一个测试字符串 page.content