登陆注释问题,免得有人看了注释反而把端口写错

master
LGH 6 years ago
parent 6f3be736cd
commit 88c6cc30ee

@ -44,11 +44,8 @@ import java.io.IOException;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
/** /**
* principalcode
* post:http://127.0.0.1:8086/login
* {principal:code}
* *
* post: http://127.0.0.1:8086/login * post: http://127.0.0.1:8085/login
* {principal:username,credentials:password} * {principal:username,credentials:password}
*/ */
@Component @Component

@ -52,9 +52,6 @@ import java.nio.charset.StandardCharsets;
* principalcode * principalcode
* post:http://127.0.0.1:8086/login * post:http://127.0.0.1:8086/login
* {principal:code} * {principal:code}
*
* post: http://127.0.0.1:8086/login
* {principal:username,credentials:password}
*/ */
@Component @Component
public class LoginAuthenticationFilter extends AbstractAuthenticationProcessingFilter { public class LoginAuthenticationFilter extends AbstractAuthenticationProcessingFilter {

Loading…
Cancel
Save