摘要: 1.首说RestTemplate RestTemplate 是从 Spring3.0 开始支持的一个 HTTP 请求工具,它提供了常见的REST请求方案的模版,例如 GET 请求、POST 请求、PUT 请求、DELETE 请求以及一些通用的请求执行方法 exchange 以及 execute。Re 阅读全文
posted @ 2021-07-29 23:23 本兮嘻嘻 阅读(223) 评论(0) 推荐(0)
摘要: 1.springboot配置文件自定义提示 在pom.xml引入配置处理器 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifa 阅读全文
posted @ 2021-07-29 11:29 本兮嘻嘻 阅读(113) 评论(0) 推荐(0)