小程序端接口实现
This commit is contained in:
@ -78,6 +78,11 @@ spring:
|
||||
max-active: 8
|
||||
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
max-wait: -1ms
|
||||
rabbitmq:
|
||||
host: 192.168.157.129
|
||||
password: guest
|
||||
username: guest
|
||||
port: 5672
|
||||
|
||||
# token配置
|
||||
token:
|
||||
@ -85,8 +90,8 @@ token:
|
||||
header: Authorization
|
||||
# 令牌密钥
|
||||
secret: abcdefghijklmnopqrstuvwxyz
|
||||
# 令牌有效期(默认30分钟)
|
||||
expireTime: 30
|
||||
# 令牌有效期(默认1200分钟)
|
||||
expireTime: 1200
|
||||
|
||||
# MyBatis配置
|
||||
#mybatis:
|
||||
|
Reference in New Issue
Block a user