配置文件修改

This commit is contained in:
macro
2019-11-30 21:30:11 +08:00
parent d092f0abd0
commit 71b16ab952
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ spring:
host: localhost # Redis服务器地址
database: 0 # Redis数据库索引默认为0
port: 6379 # Redis服务器连接端口
password: 123456 # Redis服务器连接密码默认为空
password: # Redis服务器连接密码默认为空
rabbitmq:
host: localhost
port: 5672