server: port: 8080 spring: application: name: estateagents datasource: username: estateagents password: estateagents url: jdbc:mysql://47.101.36.130:3306/estateagents_3.5.1_test?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull driver-class-name: com.mysql.cj.jdbc.Driver initial-size: 10 # 初始化连接数 max-active: 20 # 最大连接数 min-idle: 8 # 最小空闲数 max-idle: 8 # 最大空闲数 servlet: multipart: max-file-size: 10MB max-request-size: 50MB ##mybatis-plus mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl call-setters-on-nulls: true mapper-locations: classpath:mapper/**/*.xml wx: miniapp: appid: wxd6f47a9bb3052175 secret: 28f33b6bbc0f778c11a0bb234a7d6d4e token: aesKey: msgDataFormat: JSON tpls: - name: notice id: 6hWKexNlaVpAOvrcWxHHQ_Duz1gRIkg2-Clsktp2-Os keywords: 4 - name: newCustomer id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI keywords: 4 - name: mainbiz id: WiBYjqkE9KvwDv1WSq5vniGU4P0gvwlat-5ENYKpfxg keywords: 6 ali: accessKeyId: LTAIkc75dpkJw8Lb accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw oss: endpoint: oss-cn-shanghai.aliyuncs.com bucketName: estateagents bucketURL: https://estateagents.oss-cn-shanghai.aliyuncs.com # 手机短信服务 sms: url: http://101.200.84.17:8081/sms method: POST contentType: "application/json;charset=UTF-8" template: code: tel: params: # 以下为各模板 code # 验证码 captcha: # 模板 code code: "0301" # 有效时间 秒 expire: 120 # 验证码长度 size: 4 # 短信签名 sign: 营销云 visitor: code: "0501"