defaultExecutorType
配置默认的执行器。
SIMPLE(默认):普通的执行器
REUSE:执行器会重用预处理语句(PreparedStatement)
BATCH:执行器不仅会重用语句,还会执行批量更新