我将我的应用程序从 2.0.5 升级到 spring boot parent 2.5.4,然后我开始收到错误 No thread-bound request found。
它来自安全过滤器。我正在创建 FilterRegistrationBean,它会为发送到服务器的每个请求调用。但是升级后我突然开始收到这个错误。
我将我的应用程序从 2.0.5 升级到 spring boot parent 2.5.4,然后我开始收到错误 No thread-bound request found。
它来自安全过滤器。我正在创建 FilterRegistrationBean,它会为发送到服务器的每个请求调用。但是升级后我突然开始收到这个错误。