mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
显式空指针问题修复
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public class ChenfengMybatisAutoConfiguration {
|
||||
}
|
||||
}
|
||||
// 找不到合适的 IKeyGenerator 实现类
|
||||
throw new IllegalArgumentException(CharSequenceUtil.format("DbType{} 找不到合适的 IKeyGenerator 实现类", dbType));
|
||||
throw new IllegalArgumentException("DbType为空");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user