xiaoyuwang1987

Results 3 comments of xiaoyuwang1987

> We also met this issue env: > > * Spring-Boot 2.3.3.RELEASE, Spring-Cloud Hoxton.SR9, Undertow 2.0.9.Final > * Spring-Boot 2.4.2, Spring-Cloud 2020.0.1, Undertow 2.0.9.Final > > The cpu utilization of...

> TenantLineInnerInterceptor 但是我要设置租户的值 是从token里面获取的,如果这样是不是没办法这样做,而且我只是想查询的接口要加条件

> 租户的值和开关可以通过ThreadLocal【在拦截器注入相关值,开关可以通过注解控制】将值传递给线程上下文来进行判断,之前我是这么实现的 提供一下代码行不