This commit is contained in:
fanxb 2019-05-17 16:40:35 +08:00
parent 3b7d64436f
commit b95e347328

View File

@ -47,6 +47,7 @@ public class MyUsernamePasswordAuthentication extends UsernamePasswordAuthentica
<!-- more -->
## 二、 将自定义登录配置到 security 中
&emsp;&emsp;编写自定义登录过滤器后configure Bean 修改为如下:
```java