### spring: servlet: multipart: max-file-size: 10MB max-request-size: 50MB datasource: url: jdbc:mysql://110.40.183.156:3306/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: true origins: - "http://localhost:8000" exposedHeaders: - Authorization - Content-Disposition methods: - GET - POST - PUT - DELETE - OPTIONS