Files
xservice-ai-center/xservice-server/src/main/resources/application.yml
2026-03-13 23:19:15 +08:00

27 lines
423 B
YAML

spring:
application:
name: xservice-ai-center
profiles:
active: local
cloud:
nacos:
config:
import-check:
enabled: false
server:
port: 38020
# 返回结果UTF-8格式编码
servlet:
encoding:
charset: UTF-8
enabled: true
force: true
mybatis:
mapper-locations:
- classpath*:mapper/*/*.xml
configuration:
map-underscore-to-camel-case: true