195-如何获取Spring容器中的对象?
1)SpringBoot框架获取容器中的对象 AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(Config.class); RestTemplate bean = (RestTemplate) context.getBean("restTemplate"); 2)Spirng框架如何获取容器中的对象呢? ApplicationContext context = new ClassPathXmlApplicationContext("application.xml") RestTemplate bean = (RestTemplate) context.getBean("restTemplate");
相关推荐
似水流年梦 2020-08-09
牧场SZShepherd 2020-05-27
pengGeiii 2020-05-11
cas的无名 2020-04-26
fengchao000 2020-04-20
tinydu 2020-03-01
yungame 2020-02-23
tinydu 2020-02-18
xiaonao00 2020-01-17
sdaq 2020-01-09
SHIL 2019-12-14
gongruitao 2019-12-14
yungame 2019-11-11
yungame 2019-11-06
hell0kitty 2019-10-26
zhujiangtaotaise 2019-10-26
畅聊架构 2019-10-20
carpediemvv 2019-07-01
hehehechen 2019-06-30