Spring源碼學習筆記d01

Spring內部原理示例(1): public String MyTestBean{ private String testStr=「testStr」; public String getTestStr(){ return testStr; } public void setTestStr(String testStr){ this.testStr=testStr; } } @SupperWarn
相關文章
相關標籤/搜索