mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-02 00:25:22 +08:00
打印日志
This commit is contained in:
@ -368,7 +368,7 @@ public class CommonUtils {
|
|||||||
}else{
|
}else{
|
||||||
baseDomainPath = scheme + "://" + serverName + ":" + serverPort + contextPath ;
|
baseDomainPath = scheme + "://" + serverName + ":" + serverPort + contextPath ;
|
||||||
}
|
}
|
||||||
log.debug("-----Common getBaseUrl----- : " + baseDomainPath);
|
log.info("-----Common getBaseUrl----- : " + baseDomainPath);
|
||||||
return baseDomainPath;
|
return baseDomainPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user