标签:html image 分享 文件乱码 图片 efault -- The app
一、配置文件
二、application.properties 文件( 让国际化的文件被 SpringBoot 识别 )
spring.messages.basename=i18n.login
三、html 文件
<h1 th:text="#{login.tip}">Please sign in</h1> <input type="checkbox" value="remember-me"> [[#{login.remember}]]
四、properties 文件乱码问题
File --> Others Settings --> Default Settings
标签:html image 分享 文件乱码 图片 efault -- The app
原文地址:https://www.cnblogs.com/fangwu/p/8932841.html