pom修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.czg.controller;
|
||||
|
||||
import com.czg.sa.StpKit;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
@@ -14,6 +15,7 @@ public class AuthorizationController {
|
||||
|
||||
@PostMapping("login")
|
||||
public void login() {
|
||||
StpKit.USER.checkLogin();
|
||||
System.out.println(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user