mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
log 包修改
This commit is contained in:
parent
5f63fb3d47
commit
19530c1856
@ -49,8 +49,7 @@ public class LogAspect {
|
|||||||
if (commonLogTenantIntercept != null) {
|
if (commonLogTenantIntercept != null) {
|
||||||
log.info("CommonLogTenantIntercept 有实现对象: " + commonLogTenantIntercept.getClass().getName());
|
log.info("CommonLogTenantIntercept 有实现对象: " + commonLogTenantIntercept.getClass().getName());
|
||||||
} else {
|
} else {
|
||||||
System.exit(0);
|
log.warn("CommonLogTenantIntercept 未实现, 请实现 CommonLogTenantIntercept 接口");
|
||||||
throw new RuntimeException("CommonLogTenantIntercept 未实现, 请实现 CommonLogTenantIntercept 接口");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user