风吟Pro的博客不然在Controller里面无法自动注入 @Bean public RestTemplate getRestTemplate(){ return new RestTemplate(); } } controller层 @RestController @Slf4j @RequestMapping("consumer/payment") public class ...
一个不会编程的程序猿的博客 } } 用@Autowired注解可能会爆红,但运行正常,这里用 @Resource 代替 解决IntelliJ IDEA使用@AutoWired注解出现Could not autowire. No beans of ‘xxxx’ type found 的错误提示:(1)在注解上加上:@Autowired...