在spring mvc 中读取配置文件(porperties)的信息
String realPath= ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/WEB-INF/spring/config.properties") ;
Properties props=new Properties();
props.load(new FileInputStream(realPath));
realPath=props.getProperty(Constantsw.UPLOAD_PATH);
posted on 2013-12-12 16:21 passer1991 阅读(448) 评论(0) 收藏 举报
浙公网安备 33010602011771号