获取当前路径

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
}

以上是关于获取当前路径的主要内容,如果未能解决你的问题,请参考以下文章

c#中怎么获得当前路径

linux获取当前路径

获取当前工程路径

ASP.Net 获取当前路径与C# 获取当前路径的不同

java中怎样获取当前路径的绝对路径

python获取当前路径