前后端分离模式下接入SSO的示例

This commit is contained in:
click33
2021-08-16 19:20:44 +08:00
parent 1644a1c5f3
commit 798a5548f9
9 changed files with 356 additions and 4 deletions

View File

@@ -51,4 +51,9 @@ public class SaRequestForSolon implements SaRequest {
return ctx.method();
}
public Object forward(String path) {
ctx.forward(path);
return null;
}
}