12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- server:
- port: 8567
- spring:
- application:
- name: estateagents
- datasource:
- username: root
- password: HZjVK5O%zTdP0#8AhGcF@03!eZsGbqdO
- url: jdbc:mysql://rm-2zez52se79qgg9649po.mysql.rds.aliyuncs.com:3306/estateagents?useUnicode=true&serverTimezone=CTT&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:
- 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: LTAI4FdMQNh1xUoiqqbKJ15J
- accessKeySecret: F7vmuXBu8IrhouQYYhFMLRhIRivIzb
- oss:
- endpoint: oss-cn-shanghai.aliyuncs.com
- bucketName: njcj
- bucketURL: https://njcj.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"
-
- #日志配置
- logging:
- config: classpath:log/logback-spring.xml
- debug: true
-
- # 支付回调
- pay-notify: https://wx.fangdeal.cn/api/notify/
- #退款回调
- pay-refund: https://wx.fangdeal.cn/api/refund/
-
- #法大大服务器地址
- fadada:
- appId: "500261"
- appSecret: "go9yihmg7abS2lIBZpZ2yLSW"
- version: "2.0"
- authServeHost: "https://textapi.fadada.com/api2/"
- serveHost: "https://textapi.fadada.com/api2/"
- companyNotify: "https://wx.fangdeal.cn/api/fadd/company"
- authReturnUrl: "http://admin.fangdeal.cn/#/eContract/seal/detail?id="
- authNotifyUrl: "https://wx.fangdeal.cn/api/fadd/autoAuthCompanySeal"
- signNotify: "https://wx.fangdeal.cn/api/fadd/sign"
- redirectUrl: "https://wx.fangdeal.cn/other/redirect.html"
|