1
0
mirror of synced 2026-05-22 14:43:15 +00:00

新增 homeRoute 配置项:在 /sso/auth 登录后不指定 redirect 参数的情况下默认跳转的路由

This commit is contained in:
click33
2024-05-03 04:04:52 +08:00
parent 4c216069aa
commit cf1f255a4a
4 changed files with 46 additions and 4 deletions
@@ -13,6 +13,8 @@ public class SaSsoServerApplication {
System.out.println();
System.out.println("---------------------- Sa-Token SSO 统一认证中心启动成功 ----------------------");
System.out.println("配置信息:" + SaSsoManager.getServerConfig());
System.out.println("统一认证登录地址:http://sa-sso-server.com:9000/sso/auth");
System.out.println("测试前需要根据官网文档修改hosts文件,测试账号密码:sa / 123456");
System.out.println();
}