商品收藏增加category 修复收藏不显示问题
This commit is contained in:
@ -7,7 +7,7 @@ spring:
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/yshopb2c?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull
|
||||
username: yshopb2c
|
||||
password: bkfGfAimifjPZtNE
|
||||
password: YAimJWfpMar6dwpm
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
@ -50,7 +50,7 @@ spring:
|
||||
host: 127.0.0.1 # Redis服务器地址
|
||||
database: 5 # Redis数据库索引(默认为0)
|
||||
port: 6379 # Redis服务器连接端口
|
||||
password: # Redis服务器连接密码(默认为空)
|
||||
password: yshop2019@yxtw # Redis服务器连接密码(默认为空)
|
||||
jedis:
|
||||
pool:
|
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
||||
@ -69,7 +69,7 @@ single:
|
||||
yshop:
|
||||
security:
|
||||
jwt-key: yshopmini
|
||||
token-expired-in: 72000
|
||||
token-expired-in: 7200000
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user