目录一、原生jdbc的父子线程共用事务1、单线程事务提交2、父子线程提交事务二、jdbcTemplate实现父子共用事务三、PlatformTransactionManager 管理事务下的父子线程共享事务简单demo原理剖析PlatformTransactionMana
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H