|
@@ -18,7 +18,7 @@ ruoyi:
|
|
|
# 开发环境配置
|
|
|
server:
|
|
|
# 服务器的HTTP端口,默认为8080
|
|
|
- port: 8056
|
|
|
+ port: 6000
|
|
|
servlet:
|
|
|
# 应用的访问路径
|
|
|
context-path: /
|
|
@@ -39,9 +39,9 @@ spring:
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
- database: 7
|
|
|
+ database: 9
|
|
|
# 密码
|
|
|
- password: 3r263Tr$
|
|
|
+ password: D3fQYAsw
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
lettuce:
|
|
@@ -63,7 +63,7 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://127.0.0.1:3306/rongzidanbao?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
|
|
|
username: root
|
|
|
- password: UEB^RX$z
|
|
|
+ password: zhaoshang@2018
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|