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
private AuthenticationManager authenticationManager; private AuthenticationManager authenticationManager;
/** /**
* Initialize these token services. If no random generator is set, one will be * Initialize these token services. If no random generator is set, one will be created.
* created.
*/ */
@Override @Override
public void afterPropertiesSet() { public void afterPropertiesSet() {

Loading…
Cancel
Save