摘要: MyBatis和Spring整合(XML版) 所需要导入的jar文件 <!--MyBatis和Spring的整合包 由MyBatis提供--> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifa 阅读全文
posted @ 2019-11-05 14:50 听风忆雪 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 4.2 Spring中对事务的整合 在Spring中,所有操作事务的类都继承自 PlatformTransactionManager 4.2.1 事务的隔离级别 ISOLATION_READ_UNCOMMITTED:读未提交 ISOLATION_READ_COMMITTED:读已提交 ISOLATI 阅读全文
posted @ 2019-11-05 09:30 听风忆雪 阅读(109) 评论(0) 推荐(0) 编辑