66 lines
2.0 KiB
YAML
66 lines
2.0 KiB
YAML
server:
|
||
port: 9888
|
||
spring:
|
||
datasource:
|
||
url: jdbc:mysql://rm-bp1b572nblln4jho2.mysql.rds.aliyuncs.com/fycashier?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useJDBCCompliantTimezoneShift=true&serverTimezone=Asia/Shanghai&useSSL=false
|
||
username: root
|
||
password: Czg666888
|
||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
initialSize: 5
|
||
minIdle: 5
|
||
maxActive: 20
|
||
maxWait: 60000
|
||
logging:
|
||
level:
|
||
com.chaozhanggui.system.openness: info
|
||
redis:
|
||
# redis数据库索引(默认为0),我们使用索引为3的数据库,避免和其他数据库冲突
|
||
database: 0
|
||
# redis服务器地址(默认为localhost)
|
||
host: 127.0.0.1
|
||
# redis端口(默认为6379)
|
||
port: 6379
|
||
# redis访问密码(默认为空)
|
||
password: 111111
|
||
# redis连接超时时间(单位为毫秒)
|
||
timeout: 1000
|
||
block-when-exhausted: true
|
||
# redis连接池配置
|
||
jedis:
|
||
pool:
|
||
max-active: 8
|
||
max-idle: 1024
|
||
min-idle: 0
|
||
max-wait: -1
|
||
main:
|
||
allow-circular-references: true
|
||
rabbitmq:
|
||
host: 127.0.0.1
|
||
port: 5672
|
||
username: admin
|
||
password: Czg666888
|
||
|
||
#mybatis:
|
||
# configuration:
|
||
# map-underscore-to-camel-case: true
|
||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||
# mapper-locations: classpath:mapper/*.xml
|
||
ysk:
|
||
url: https://gateway.api.sxczgkj.cn/gate-service/
|
||
callBackurl: https://cashier.sxczgkj.cn/cashierService/notify/notifyCallBack
|
||
callBackGroupurl: https://cashier.sxczgkj.cn/cashierService/notify/notifyCallBackGroup
|
||
callBackIn: https://cashier.sxczgkj.cn/cashierService/notify/memberInCallBack
|
||
default: 19191703856
|
||
thirdPay:
|
||
callInBack: https://cashier.sxczgkj.cn${server.servlet.context-path}notify/fstmemberInCallBack
|
||
callFSTBack: https://cashier.sxczgkj.cn${server.servlet.context-path}notify/notifyfstCallBack
|
||
songOrderBack: https://cashier.sxczgkj.cn${server.servlet.context-path}notify/songOrderCallBack
|
||
prod: prod1
|
||
queue: cart_queue_putprod1
|
||
subscribe:
|
||
message:
|
||
miniprogramState: formal
|
||
|
||
|
||
|