Spring-boot 国际化

Posted 馳騁衿琾

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring-boot 国际化相关的知识,希望对你有一定的参考价值。

在application.properties文件中配置

spring.message.basename=i18n.login

 页面使用

th:text="#{login.tip}"

[[#{login.tip}]]

以上是关于Spring-boot 国际化的主要内容,如果未能解决你的问题,请参考以下文章