重构SSO模块,抽离三种模式的统一认证中心

This commit is contained in:
click33
2021-10-09 05:43:31 +08:00
parent 643118177a
commit d491f4083f
85 changed files with 727 additions and 1364 deletions

View File

@@ -18,7 +18,7 @@ public class SsoServerController {
return SaSsoHandle.serverRequest();
}
// ... 其它方法
// ... 其它代码
}
```