### spring: servlet: multipart: max-file-size: 10MB max-request-size: 50MB datasource: url: jdbc:mysql://112.2.2.154:3394/invoice_fill?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true username: invoice_fill password: invoice_fill@ABCD1234 wx: mp: useRedis: false redisConfig: host: 127.0.0.1 port: 6379 configs: - appId: 1111 # 第一个公众号的appid secret: 1111 # 公众号的appsecret token: 111 # 接口配置里的Token值 aesKey: 111 # 接口配置里的EncodingAESKey值 ### 跨域 cors: enabled: false origins: - "http://localhost:8000" exposedHeaders: - Authorization - Content-Disposition allowHeaders: - Authorization methods: - GET - POST - PUT - DELETE - OPTIONS