ai-data/target/classes/application.yml

21 lines
593 B
YAML
Raw Normal View History

2024-03-05 16:46:48 +08:00
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