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