bihuisong 1 year ago
parent
commit
b2aa3a0377
3 changed files with 6 additions and 77 deletions
  1. 0 69
      README.md
  2. 5 5
      authority-admin/src/main/resources/application.yml
  3. 1 3
      authority-ui/README.md

File diff suppressed because it is too large
+ 0 - 69
README.md


+ 5 - 5
authority-admin/src/main/resources/application.yml

@@ -70,13 +70,13 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: localhost
-    # 端口,默认为6379
-    port: 6379
+    host: www.sooka.onest.com
+    # 端口,默认为16379
+    port: 16379
     # 数据库索引
-    database: 0
+    database: 5
     # 密码
-    password:
+    password: sooka123456
     # 连接超时时间
     timeout: 10s
     lettuce:

+ 1 - 3
authority-ui/README.md

@@ -1,11 +1,9 @@
 ## 开发
 
 ```bash
-# 克隆项目
-git clone https://gitee.com/y_project/RuoYi-Vue
 
 # 进入项目目录
-cd ruoyi-ui
+cd authority-ui
 
 # 安装依赖
 npm install