mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 05:38:12 +00:00
打印日志
This commit is contained in:
parent
fc1d28581c
commit
1936f503df
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user