容器的基础 XmlBeanFactory(上篇)

容器的基本用法   bean是Spring中最核心的东西,因为Spring就像是个大水桶,而bean就像是容器中的水,水桶脱离了水便也没什么用处了,那么我们先来看看bean的定义。 1 public class MyTestBean { 2 private String testStr = "testStr"; 3 4 public String getTestStr()
相关文章
相关标签/搜索