新增token过期配置
This commit is contained in:
parent
5aade85399
commit
35b4acc5e8
|
@ -45,6 +45,11 @@ maku:
|
||||||
enabled: true
|
enabled: true
|
||||||
exclude-urls:
|
exclude-urls:
|
||||||
- /maku-generator/**
|
- /maku-generator/**
|
||||||
|
security:
|
||||||
|
# 2小时过期
|
||||||
|
access-token-expire: 7200
|
||||||
|
# 14天过期
|
||||||
|
refresh-token-expire: 1209600
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:/mapper/**/*.xml
|
mapper-locations: classpath*:/mapper/**/*.xml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user