@@ -0,0 +1,6 @@
+/ruoyi-common/target/
+/ruoyi-framework/target/
+/ruoyi-generator/target/
+/ruoyi-quartz/target/
+/ruoyi-system/target/
+/ruoyi-powerdistribution/target/
@@ -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: