容器的基礎 XmlBeanFactory(上篇)

容器的基本用法   bean是Spring中最核心的東西,因爲Spring就像是個大水桶,而bean就像是容器中的水,水桶脫離了水便也沒什麼用處了,那麼我們先來看看bean的定義。 1 public class MyTestBean { 2 private String testStr = "testStr"; 3 4 public String getTestStr()
相關文章
相關標籤/搜索