123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #---------------------------------数据库配置----------------------------------#
- spring:
- datasource:
- driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver
- url: jdbc:shardingsphere:classpath:sharding-jdbc.yml
- jpa:
- show-sql: true
- data:
- redis:
- host: 127.0.0.1
- port: 6379
- database: 6
- jedis:
- timeout: 5000
- pool:
- max-active: 100
- max-wait: -1
- min-idle: 10
- rocketmq:
- name-server: 127.0.0.1:9876
- consumer:
- group: web_chat
- producer:
- group: web_chat
- pay:
- config:
- app-id: 4
- access-key: ak-fc014fcb2e3147b191c6a99af8454609
- secret-key: gHTpgluRkz1HAOKuw3H5vSn4/A6kosoHKh4AFe2UNMk=
- message-card:
- account:
- payment: S_51a7fbf50155c4b08c55fbbcfc5911db
- template:
- red-packet-send: 284361050017501184
- red-packet-open: 456
- red-packet:
- open-with: LOCK
|