server: port: 9209 spring: application: # 应用名称 name: ai-data messages: # 默认 messages, 这里我们多了一层目录i18n basename: i18n/messages # 如果默认 false, 则会出现匹配不到就会跑异常(NoSuchMessageException)的情况 use-code-as-default-message: true # 是否总是应用MessageFormat规则,即使是没有参数的消息也要解析, 默认 false always-use-message-format: false jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss default-property-inclusion: ALWAYS baffle: enabled: true