liubao68 commented on issue #59: URL: https://github.com/apache/servicecomb-samples/issues/59#issuecomment-723739606
Handler 不是 spring bean, 因此无法注入 spring bean。 需要采用一些技巧实现在非 spring bean 中使用 bean。 比如通过 BeanUtils 或者 增加一个 bean, 提供 static 方法获取。 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
