修改security的fallback信息

This commit is contained in:
ajaxfan
2021-05-17 10:43:20 +08:00
parent 8eaf6e2155
commit 20e99edcd2

View File

@ -13,7 +13,7 @@ public class UserCenterClientFallback implements UserCenterClient {
@Override @Override
public SecurityUser getUserInfo() { public SecurityUser getUserInfo() {
log.info("remote access timeout."); log.info("remote access timeout");
return null; return null;
} }