Răsfoiți Sursa

新增忽略目录

zx 6 luni în urmă
părinte
comite
150d906950
2 a modificat fișierele cu 14 adăugiri și 4 ștergeri
  1. 6 0
      .gitignore
  2. 8 4
      ruoyi-admin/src/main/resources/application-dev.yml

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+/ruoyi-common/target/
+/ruoyi-framework/target/
+/ruoyi-generator/target/
+/ruoyi-quartz/target/
+/ruoyi-system/target/
+/ruoyi-powerdistribution/target/

+ 8 - 4
ruoyi-admin/src/main/resources/application-dev.yml

@@ -2,10 +2,14 @@
 spring:
   # redis 配置
   redis:
-    host: 127.0.0.1
-#    password: jiang
-    port: 6379
-    database: 0
+    host: 39.105.58.247
+    # 端口,默认为6379
+    port: 6380
+    # 数据库索引
+    database: 2
+    # 密码
+    password: hnyy20220314
+    # 连接超时时间
     timeout: 10s
     lettuce:
       pool: