sme: machine-id: 1 file-local-path: /data/files/smart/ file-host: http://auth.smtweb.cc file-url: ${sme.file-host}:${server.port}${server.servlet.context-path}/${sme.file-local-path} server: port: 10001 servlet: context-path: / logging: level: smtweb: DEBUG spring: main: allow-bean-definition-overriding: true mvc: static-path-pattern: /static/** redis: host: 127.0.0.1 port: 6379 datasource: user: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/smt_user?useUnicode=true&characterEncoding=utf-8&useTimezone=true&serverTimezone=CTT&allowMultiQueries=true username: smt password: smt_123456 servlet: multipart: max-file-size: 104857600000 max-request-size: 10485760000000