微服务--浅了解RestTemplate

注册RestTemplate:(要写在配置文件中)

   @Bean
    public  RestTemplate restTemplate()
    {
        return new RestTemplate();
    }

 

posted @ 2023-08-10 17:52  阿飞藏泪  阅读(5)  评论(0编辑  收藏  举报
1 2 3
4