摘要:
阅读全文
摘要:
package com.student.tools;import java.io.IOException;import java.io.InputStream;import java.util.Properties;public class ObjectFactory { private static Properties pro=new Properties(); public static Object getBean(String key){ InputStream is= ObjectFactory.class.getResourceAsStream("/bean.prope 阅读全文