import org.springframework.web.*;
public IpText{
public static void main(String args[]){ BeanFactory bf = new ClassPathXmlApplicationContext("applicationContext.xml");
Object b = bf.getBeans("Name);
System.out.println(b.toString());
}
}
a...
1.create BeanFactory
2.DI
For Example
3.equip applicationContext.xml
<beans>
<bean id="guotong" class=www.xxx.com/>
<property value="border" name="admin"/>
<property value="parking" name="parking"/>
<property value="car" name="car"/>
<property value="bus...