摘要: 配置文件: 在resouces添加文件logback-spring.xml<?xml version="1.0" encoding="UTF-8"?><configuration> <include resource="org/springframework/boot/logging/logback 阅读全文
posted @ 2018-06-22 11:40 我是属车的 阅读(4341) 评论(0) 推荐(0)
摘要: SpringBoot默认国际化文件为:classpath:message.properties,如果放在其它文件夹中,则需要在application.properties配置属性spring.messages.basename: 在srpingboot自定义一个国家化文件: 1、在resources 阅读全文
posted @ 2018-06-22 11:37 我是属车的 阅读(748) 评论(0) 推荐(0)