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