微信网页登录
This commit is contained in:
@@ -14,6 +14,8 @@ spring:
|
||||
username: root
|
||||
# 数据库对应的密码
|
||||
password: KdaKRZ2trpdhNePa
|
||||
# 批量插入
|
||||
rewriteBatchedStatements: true
|
||||
druid:
|
||||
enable: true
|
||||
db-type: mysql
|
||||
@@ -84,6 +86,15 @@ jwt:
|
||||
secret: yz-admin-secret #JWT加解密使用的密钥
|
||||
expiration: 3600 #JWT的超期限时间秒(60*60*24)
|
||||
|
||||
# token配置
|
||||
token:
|
||||
# 令牌自定义标识
|
||||
header: Authorization
|
||||
# 令牌密钥
|
||||
secret: abcdefghijklmnopqrstuvwxyz
|
||||
# 令牌有效期(默认30分钟)
|
||||
expireTime: 43200
|
||||
|
||||
# xl自定义配置
|
||||
xl:
|
||||
login:
|
||||
@@ -92,3 +103,24 @@ xl:
|
||||
enable: false
|
||||
|
||||
|
||||
wx:
|
||||
# 消息模板ID
|
||||
templateId: o9YG7vWS8It-mddU2Wnknf1jgzTqZtLeBQRLhF54SXQ
|
||||
mp:
|
||||
# 微信公众号的appid
|
||||
appId: wx0683221d9c109406
|
||||
# 信公众号的app secret
|
||||
secret: 2c0b67a538a1b5de352ec22ce6a69761
|
||||
# 微信公众号的toke
|
||||
token: AkzAW8yqUhOWAFN550
|
||||
# 微信公众号的EncodingAESKey
|
||||
aesKey: tsoM88UUQ5uEHJ29xgNiaHHaoswZapS5ijWpaN6hUZF
|
||||
config-storage:
|
||||
type: redisson
|
||||
key-prefix: wx
|
||||
redis:
|
||||
host: 122.51.20.105
|
||||
port: 19087
|
||||
password: arcikXa7ZkEBGtLf
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user