123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- server:
- port: 8099
- tomcat:
- uri-encoding: UTF-8
- app.id: aska-admin
- mybatis:
- typeAliasesPackage: com.mofangchuxing.aska.dao.domain
- mapperLocations: classpath:mapper/*.xml
- spring:
- redis:
- open: true
- database: 0
- host: 127.0.0.1
- port: 6379
- password:
- jedis:
- pool:
- max-wait: -1
- max-idle: 10
- min-idle: 5
- max-active: 1000
- datasource:
- druid:
- name: master
- url: jdbc:mysql://localhost:55000/aska?&zeroDateTimeBehavior=convertToNull&useSSL=false
- username: root
- password: mysqlpw
- driver-class-name: com.mysql.jdbc.Driver
- type: com.alibaba.druid.pool.DruidDataSource
- timeBetweenEvictionRunsMillis: 600000
- validationQuery: select 1
- initialSize: 20
- minIdle: 5
- maxActive: 20
- maxWait: 3000
- wx:
- app-id: wxc6eeeba72fd3ed01
-
- app-appid: wxe5251793c19a48d5
- mch-id: 1641830577
- api-key: a8babfa0d75ac878dd76dc905bf677e2
- unified-order-url: https://api.mch.weixin.qq.com/pay/unifiedorder
- notify-url: https://biketest.mofangchuxing.com/askay/notify
|