123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- server:
- port: 8080
- spring:
- application:
- name: estateagents
- datasource:
- username: root
- password: LUfZGvh7j1^qA*2c
- url: jdbc:mysql://123.57.65.31:3306/estateagents_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: 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"
-
- # 支付回调
- pay-notify: https://dev.pawoma.cn/api/notify/
- #退款回调
- pay-refund: https://dev.pawoma.cn/api/refund/
-
- #法大大服务器地址
- fadada:
- appId: "403057"
- appSecret: "xcIaK36Vc09yXXRdinXYcXhW"
- version: "2.0"
- serveHost: "http://test.api.fabigbig.com:8888"
- companyNotify: "https://dev.pawoma.cn/api/fadd/company"
- authReturnUrl: "http://localhost:8000/#/eContract/seal/detail?id="
- authNotifyUrl: "https://dev.pawoma.cn/api/fadd/autoAuthCompanySeal"
- signNotify: "https://dev.pawoma.cn/api/fadd/sign"
|