SecurityContextHolder.getContext().getAuthentication() 为null,这个问题比较难解决,很多都是什么权限问题。
springcloud 中,出现这个问题一般是因为feign的熔断问题导致的。
feign.hystrix.enabled=false
立刻可以解决该问题。
SecurityContextHolder.getContext().getAuthentication() 为null,这个问题比较难解决,很多都是什么权限问题。
springcloud 中,出现这个问题一般是因为feign的熔断问题导致的。
feign.hystrix.enabled=false
立刻可以解决该问题。