51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#PasswordEncoder
Spring Security 报There is no PasswordEncoder mapped for the id "null"
查了下发现是springsecurity版本在5.0后就要加个PasswordEncoder了解决办法在securityConfig类下加入NoOpPasswordEncoder,不过官方已经不推荐了@BeanpublicstaticNoOpPasswordEncoderpasswordEncoder(){return...
代码星球
·
2020-05-17
Spring
Security
There
is
no
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他