소스 검색

修改redis存储库

LIVE_YE 2 년 전
부모
커밋
50f693b866
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      ruoyi-admin/src/main/resources/application-druid.yml
  2. 1 1
      ruoyi-admin/src/main/resources/application-prod.yml

+ 1 - 1
ruoyi-admin/src/main/resources/application-druid.yml

@@ -80,7 +80,7 @@ spring:
         # 端口,默认为6379
         port: 6379
         # 数据库索引
-        database: 8
+        database: 9
         # 密码
         password: Boman123
         # 连接超时时间

+ 1 - 1
ruoyi-admin/src/main/resources/application-prod.yml

@@ -81,7 +81,7 @@ spring:
         # 端口,默认为6379
         port: 6379
         # 数据库索引
-        database: 8
+        database: 9
         # 密码
         password: 3r263Tr$
         # 连接超时时间