spring boot整合cxf时候无法注入服务service
运行时候:
Field testService in com.chen.springbootcxf.services.CxfConfig required a bean of type ‘com.chen.springbootcxf.services.TestService’ that could not be found.
经过检查:
实现服务类缺少注解
我使用的是@Component,其他可以使用@service,根据情况修改