Browse Source

👣 重构底层多租户

master
wangxiang 3 years ago
parent
commit
d4f3832efe
  1. 3
      kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java

3
kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java

@ -47,8 +47,7 @@ public class KiccCustomTokenServices implements AuthorizationServerTokenServices @@ -47,8 +47,7 @@ public class KiccCustomTokenServices implements AuthorizationServerTokenServices
private AuthenticationManager authenticationManager;
/**
* Initialize these token services. If no random generator is set, one will be
* created.
* Initialize these token services. If no random generator is set, one will be created.
*/
@Override
public void afterPropertiesSet() {

Loading…
Cancel
Save