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,根据情况修改
springboot 报错Field XXX required a bean of type XXX that could not be found.
最新推荐文章于 2025-06-15 23:48:19 发布
