Commit f7964b09 by huluobin

redis host

parent 5ab8109b
...@@ -100,7 +100,7 @@ public class Customer implements Serializable { ...@@ -100,7 +100,7 @@ public class Customer implements Serializable {
@ApiModelProperty("数据完整度") @ApiModelProperty("数据完整度")
private Double dataIntegrity; private Double dataIntegrity;
@ApiModelProperty("1, 大众 2,朋友介绍3, 自来 4,微信 5:街客 6:线上活动 7,街客(逛街)8,街客(附近上班)9, 街客(住附近)") @ApiModelProperty("1, 大众 2,朋友介绍3, 自来 4,微信 5:街客 6:线上活动 7,街客(逛街)8,街客(附近上班)9, 街客(住附近)10,其他")
private Integer customerSource; private Integer customerSource;
@ApiModelProperty("1,新建预约2,新建订单3,微信端授权'") @ApiModelProperty("1,新建预约2,新建订单3,微信端授权'")
......
...@@ -43,7 +43,7 @@ spring: ...@@ -43,7 +43,7 @@ spring:
#redis配置 #redis配置
redis: redis:
host: host.docker.internal host: 127.0.0.1
port: 6379 port: 6379
database: 0 database: 0
lettuce: lettuce:
......
...@@ -43,7 +43,7 @@ spring: ...@@ -43,7 +43,7 @@ spring:
#redis配置 #redis配置
redis: redis:
host: host.docker.internal host: 127.0.0.1
port: 6378 port: 6378
database: 0 database: 0
lettuce: lettuce:
......
...@@ -43,7 +43,7 @@ spring: ...@@ -43,7 +43,7 @@ spring:
#redis配置 #redis配置
redis: redis:
host: host.docker.internal host: 127.0.0.1
port: 6379 port: 6379
database: 0 database: 0
lettuce: lettuce:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment