src/main/java/com/genersoft/iot/vmp/conf/security/LoginSuccessHandler.java
@@ -11,6 +11,9 @@ import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * @author lin */ @Component public class LoginSuccessHandler implements AuthenticationSuccessHandler { @@ -22,3 +25,4 @@ logger.info("[登录成功] - [{}]", username); } }