RestTemplate报错 400 Bad Request 解决方法-问题所在:

  不能直接使用 @Autowired 自动注入 RestTemplate 使用。因为,官网文档有写:

Since RestTemplate instances often need to be customized before being used, Spring Boot does not provide any single auto-configured RestTemplate bean.
(由于RestTemplate实例在使用前通常需要定制,Spring Boot不提供任何单个自动配置的RestTemplate bean。)


上一篇:芋道前端utils文件夹-三、constants.ts


下一篇:测试质量报告=测试报告?当然不是!