# 应用服务器 server: tomcat: uri-encoding: UTF-8 max-part-count: 1000 port: 30005 servlet: context-path: ${KK_CONTEXT_PATH:/} encoding: charset: utf-8 # Spring spring: servlet: multipart: max-file-size: 500MB max-request-size: 500MB management: endpoints: web: exposure: include: '*' endpoint: health: show-details: always # 开启在线日志查看功能 logfile: enabled: true