首页
技术面试题 3000
Mybatis 中如何指定使用哪一种 Executor 执行器?
Mybatis 中如何指定使用哪一种 Executor 执行器?
答案解析
在 SqlSessionFactory 配置中指定 defaultExecutorType,或通过 SqlSessionFactory.openSession(ExecutorType) 手动指定。
返回列表
返回首页