Java 获取Web项目相对webapp地址

胸怀万里世界, 放眼无限未来。这篇文章主要讲述Java 获取Web项目相对webapp地址相关的知识,希望能为你提供帮助。

ServletRequestAttributes aRequestAttributes=(ServletRequestAttributes)RequestContextHolder.getRequestAttributes(); HttpServletRequest request =aRequestAttributes==null?null:aRequestAttributes.getRequest(); String webpath=request.getServletContext().getRealPath("/");

【Java 获取Web项目相对webapp地址】 

    推荐阅读