String realPath= ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/WEB-INF/spring/config.properties") ; Properties props=new Properties(); try { props.load(new FileInputStream(realPath)); realPath=props.getProperty(Constantsw.UPLOAD_PATH);
spring mvc 项目 系统在那个的相对路径
最新推荐文章于 2023-01-26 01:02:57 发布