问题描述 mapper 提示Could not autowire. No beans of … type found 原来的代码 @Controller public class TestController { @Autowired private TestService testservice; /** * 测试dubbo配置是否正常 * @return */ @RequestMapping("/test/queryNow")