获取当前路径
Posted liduanwen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取当前路径相关的知识,希望对你有一定的参考价值。
public String findByAdvertisementSpaceList(@RequestBody AdvertisementDtoIn advertisementDtoIn,HttpServletRequest request){
String contextPath = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+
request.getServerPort()+contextPath+"/";
logger.debug(basePath);// http://localhost:8081
}
以上是关于获取当前路径的主要内容,如果未能解决你的问题,请参考以下文章