小程序端接口实现

This commit is contained in:
HMY
2024-07-15 11:59:06 +08:00
parent 5490e69863
commit 8f3c781183
36 changed files with 790 additions and 31 deletions

View File

@ -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: