去除非必要软件

This commit is contained in:
18796357645 2025-06-07 22:21:44 +08:00
parent e4e31e0237
commit fd296fc8a4

View File

@ -70,5 +70,4 @@ public class Oauth2Realm extends AuthorizingRealm {
SimpleAuthenticationInfo info = new SimpleAuthenticationInfo(userDetail, accessToken, getName());
return info;
}
}