Commit 139aca66 by Administrator

Update techhero-framework-auth-local.yml

parent 45f31a19
spring: spring:
redis: redis:
database: 10 database: 10
host: test-env host: 119.96.87.17
port: 6379 port: 6379
password: techhero password: techhero
timeout: 0 timeout: 5000
pool: pool:
max-active: 8 max-active: 8
max-wait: -1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
datasource:
druid:
stat-view-servlet:
loginUsername: root
loginPassword: root
initial-size: 1
max-active: 20
min-idle: 3
max-wait: 60000
time-between-eviction-runs-millis: 60000
validation-query: select 1 from dual
filters: stat,slf4j
dynamic:
primary: system
datasource:
system:
url: jdbc:mysql://119.96.87.17:30101/ur_base_local?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: ur_base_local
password: YmFzZV9sb2NhbA==
driver-class-name: com.mysql.cj.jdbc.Driver
rabbitmq: rabbitmq:
host: dev-env host: dev-env
port: 5672 port: 5672
...@@ -22,6 +43,16 @@ spring: ...@@ -22,6 +43,16 @@ spring:
publisher-confirms: true #确认消息已发送到交换机(Exchange) publisher-confirms: true #确认消息已发送到交换机(Exchange)
publisher-returns: true #确认消息已发送到队列(Queue) publisher-returns: true #确认消息已发送到队列(Queue)
external: # 交换机
keys: exchanges:
- 7AC4F6926B1AFEA6D96B8DE863B17BAC # 考试计划交换机
- name: exam.plan.exchange
type: DIRECT
# 队列
queues:
# 考试计划队列
- name: exam.plan.queue
routing-key: exam.plan.key
exchange-name: exam.plan.exchange
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment