摘要: 一、登录跳转完成 1、前端页面的设置 login.html <input type="text" name="username" class="form-control" placeholder="Username" th:placeholder="#{login.username}" requir 阅读全文
posted @ 2020-03-18 22:16 Arbitrary233 阅读(200) 评论(0) 推荐(0)
摘要: 以前使用springmvc国际化步骤 1)、编写国际化配置文件; 2)、使用ResourceBundleMessageSource管理国际化资源文件 3)、在页面使用fmt:message取出国际化内容 springboot国际化步骤: 步骤: 1)、编写国际化配置文件,抽取页面需要显示的国际化 在 阅读全文
posted @ 2020-03-18 19:17 Arbitrary233 阅读(166) 评论(0) 推荐(0)