GlobalUtils.log.info("\n###开始读取配置文件...");
Map<String,String> map = new HashMap<String, String>();
Properties pps = new Properties();
String path = ConfigUtils.class.getResource("/").toString().replaceAll("file:/", "");
File file = new File(path+"/com/nemo/config/config.properties");
pps.load(new FileInputStream(file));
Map<String,String> map = new HashMap<String, String>();
Properties pps = new Properties();
String path = ConfigUtils.class.getResource("/").toString().replaceAll("file:/", "");
File file = new File(path+"/com/nemo/config/config.properties");
pps.load(new FileInputStream(file));