web引入的service出现Consider defining a bean of type ' in your configuration.一开始以为是springboot项目扫描包的范围问题,后来才想起来对应的这几个service是调用的dubbo远程服务,所以对应的service需要用dubbo的@Service注解,而在web层用@Reference注解,忘了有几个service是dubbo调用,一直在想这个报错是springboot扫描没有把对应的service实现类扫描进来,转进了死胡同人傻了,后来才想起来

更多推荐

引入dubbo启动springboot出现Consider defining a bean of type ' in your configurati