@Autowired and @Service working from controller but not from a different package

后端 未结 5 882
栀梦
栀梦 2021-02-08 14:54

I need help understanding the concept behind @Autowired and @Service. I have a DAO defined with @Service and controller with @Autowi

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-08 15:42

    You can implement this to use spring-managed beans in your POJO class.

    http://www.javacodegeeks.com/2015/03/using-spring-managed-bean-in-non-managed-object.html

提交回复
热议问题