server: datasource: # 替换为你查到的MySQL在xfg-network中的IP url: jdbc:mysql://172.19.0.3:3306?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&useSSL=false username: root password: 123456 port: 8091 tomcat: max-connections: 20 threads: max: 20 min-spare: 10 accept-count: 10 # 日志 logging: level: root: info config: classpath:logback-spring.xml