- 博客(2)
- 收藏
- 关注
原创 RestTemplateConfig配置及使用
RestTemplateConfig配置及使用 @Configuration public class RestTemplateConfig { @Bean public RestTemplate restTemplate(ClientHttpRequestFactory factory) { RestTemplate restTemplate = new RestTemplate(factory); // 支持中文编码 restTempla
2021-01-27 19:47:36
8894
原创 环信获得token的代码
环信获得token的代码 代码片 代码片 public class HuanXinTokenService { private static final ObjectMapper MAPPER = new ObjectMapper(); @Autowired private HuanXinConfig huanXinConfig; @Autowired private RestTemplate restTemplate; public static f
2021-01-21 16:40:51
522
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人