码迷,mamicode.com
首页 > 编程语言 > 详细

SpringCloud学习点滴——bean注解

时间:2018-12-10 11:46:55      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:cloud   获取   style   span   temp   作用   学习   除了   col   

服务之间的联系要用RestTemplate,那在获取restTemplate对象的时候除了可以用new来创建,也可以用@Bean这个注解来创建

格式是

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


作用是一样的

SpringCloud学习点滴——bean注解

标签:cloud   获取   style   span   temp   作用   学习   除了   col   

原文地址:https://www.cnblogs.com/dudu-dubby/p/10094852.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!