OAuth2模块与会话登录模块 数据互通

This commit is contained in:
click33
2022-02-06 18:06:55 +08:00
parent 91d90dd901
commit 116f7d0976
9 changed files with 253 additions and 25 deletions

View File

@@ -235,7 +235,6 @@ public class TestController {
return AjaxJson.getSuccessData("登录成功");
}
// 测试 浏览器访问: http://localhost:8081/test/test
@RequestMapping("test")
public AjaxJson test() {
@@ -248,5 +247,5 @@ public class TestController {
public AjaxJson test2() {
return AjaxJson.getSuccess();
}
}