Spring基础及组件使用(Configuration,ComponentScan,Scope,lazy)
直接上代码:publicclassPerson{privateStringname;privateIntegerage;publicPerson(){super();}publicPerson(Stringname,Integerage){super();this.name=name;this.age=age;}getset.....方法省略}创建配置文件命名为beans.xml。使用bean标签