@@ -180,10 +180,18 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置
redis:
+ # 地址
+ host: 119.3.168.55
+ # 端口,默认为6379
+ port: 6380
+ # 数据库索引
database: 0
- host: 152.136.206.27
- port: 6379
- password: ''
+ # 密码
+ password: 123qx
+# database: 0
+# host: 152.136.206.27
+# port: 6379
+# password: ''
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml