'提交代码'

dev-discount
= 3 years ago
parent fd2d43e8b4
commit 0568934862
  1. 25
      hai-cweb/src/main/resources/prod-9401/application.yml
  2. 2
      hai-service/src/main/java/com/hai/common/security/UserCenter.java

@ -27,18 +27,19 @@ spring:
testOnReturn: false
poolPreparedStatements: true
maxOpenPreparedStatements: 20
redis:
database: 0
host: 127.0.0.1
port: 36379
password: HF123456.Redis
timeout: 1000
jedis:
pool:
max-active: 20
max-wait: -1
max-idle: 10
min-idle: 0
redis:
database: 0
host: 127.0.0.1
port: 36379
password: HF123456.Redis
timeout: 1000
jedis:
pool:
max-active: 20
max-wait: -1
max-idle: 10
min-idle: 0
#thymelea模板配置
thymeleaf:
prefix: classpath:/templates/

@ -24,7 +24,7 @@ public class UserCenter {
private RedisUtil redisUtil;
private final String COOKIE_FIELD = "_ida";
private final int EXPIRE = 3600;//cookie过期时间为1小时,3600秒
private final int EXPIRE = 3600 * 24 * 7;//cookie过期时间为7天
/**
* 判断用户是否登录,并且不能单个用户同时登录

Loading…
Cancel
Save