Commit cecb3518 authored by xyt's avatar xyt

scm-v2配置修改

parent d7b5db1c
......@@ -64,6 +64,16 @@ spring:
database: 0
#连接到redis服务器的超时时间,ms
timeout: 3000
rabbitmq:
host: 127.0.0.1
port: 5672
username: guest
password: guest
virtual-host: /
# 手动ACK 不开启自动ACK模式,目的是防止报错后未正确处理消息丢失 默认 为 none
listener:
simple:
acknowledge-mode: manual
# 监控配置。如果不配置则无法访问/actuator/health,info,beans等接口,Consul注册中心会报错(但仍可注册)
management:
endpoints:
......
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