spring基础例子一个:通过启动阶段,读取xml文件,把所有xml中指定的对象类字符串,通过Class.forName().instance()实例化,放到map中,后面需要用到的时候,直接在map中通过key去取值。