登陆失败返回401状态,修复后台删除用户导致登陆失败的问题

This commit is contained in:
hupeng
2019-11-23 20:10:49 +08:00
parent 1218de3ca1
commit 6afcb7083a
7 changed files with 31 additions and 6 deletions

View File

@ -6,7 +6,7 @@ spring:
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url: jdbc:log4jdbc:mysql://localhost:3306/yshop?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
username: yshop
password:
password:
# 初始化配置
initial-size: 3

View File

@ -63,6 +63,12 @@ wx:
subAppId:
subMchId:
keyPath:
miniapp:
appid: wxa82b5b7fcb0ec161
secret:
token:
aesKey:
msgDataFormat: JSON
logging:
level:
org.springframework.web: INFO