摘要:
作用域 生命周期 依赖注入框架可以创建线程安全的、基于事务的 SqlSession 和映射器,并将它们直接注入到你的 bean 中,因此可以直接忽略它们的生命周期。 SqlSessionFactoryBuilder 局部变量,用于创建SqlSessionFactorySqlSessionFactor 阅读全文
摘要:
jdbc 是线程安全的,但是,推荐一个线程用一个链接 JDBC is thread safe: It is quite OK to pass the various JDBC objects between threads. For example, you can create the conne 阅读全文