ai-data/target/classes/application.yml

21 lines
593 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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