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