Why does Autowiring not function in a thread?

前端 未结 5 442
别那么骄傲
别那么骄傲 2021-02-06 07:13

I\'ve made a maven project in Spring 3.0, I\'ve made some DAO, services and controllers, in one of mine controller I call a service in which I start a thread, the problem is tha

5条回答
  •  天涯浪人
    2021-02-06 07:36

    Had a similar issue had to Autowire in the service and pass to the method that implements runnable through the constructor.

提交回复
热议问题