2019-03-11 19:27:15 +08:00
|
|
|
spring:
|
|
|
|
# datasource
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://180.167.213.26:13306/mall_pay?useSSL=false&useUnicode=true&characterEncoding=UTF-8
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
username: root
|
|
|
|
password: ${MALL_MYSQL_PASSWORD}
|
|
|
|
|
|
|
|
# mybatis
|
|
|
|
mybatis:
|
|
|
|
config-location: classpath:mybatis-config.xml
|
|
|
|
mapper-locations: classpath:mapper/*.xml
|
2019-03-14 00:20:40 +08:00
|
|
|
type-aliases-package: cn.iocoder.mall.pay.biz.dataobject
|
2019-03-11 19:27:15 +08:00
|
|
|
|
|
|
|
# dubbo
|
|
|
|
dubbo:
|
|
|
|
application:
|
|
|
|
name: pay-service
|
|
|
|
registry:
|
|
|
|
address: zookeeper://127.0.0.1:2181
|
|
|
|
protocol:
|
|
|
|
port: -1
|
|
|
|
name: dubbo
|
|
|
|
scan:
|
2019-03-14 00:20:40 +08:00
|
|
|
base-packages: cn.iocoder.mall.pay.biz.service
|
|
|
|
|
|
|
|
# xxl-job
|
|
|
|
|
|
|
|
xxl:
|
|
|
|
job:
|
|
|
|
admin:
|
|
|
|
addresses: http://127.0.0.1:8080/xxl-job-admin
|
|
|
|
executor:
|
|
|
|
appname: pay-job-executor
|
|
|
|
ip:
|
|
|
|
port: 0
|
|
|
|
logpath: /Users/yunai/logs/xxl-job/
|
|
|
|
logretentiondays: 1
|
|
|
|
accessToken:
|