Browse Source

登录缓存修改

zhanghao 4 weeks ago
parent
commit
5e24273aac

+ 1 - 4
project-admin/src/main/java/com/project/web/controller/system/SysLoginController.java

@@ -11,10 +11,7 @@ import com.project.framework.web.service.SysLoginService;
 import com.project.framework.web.service.SysPermissionService;
 import com.project.system.service.ISysMenuService;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.GetMapping;
-import org.springframework.web.bind.annotation.PostMapping;
-import org.springframework.web.bind.annotation.RequestBody;
-import org.springframework.web.bind.annotation.RestController;
+import org.springframework.web.bind.annotation.*;
 
 import java.util.List;
 import java.util.Set;