摘要: <!-- 事务隔离级别 1-Read uncommitted 2-Read committed 4-Repeatable read 8-Serializable --> <property name="hibernate.connection.isolation">2</property> 需求:一 阅读全文
posted @ 2020-11-06 17:20 一杯水M 阅读(179) 评论(0) 推荐(0)