mysql的事务传播机制的测试
public class TransactionaTestService { @Autowired private Test1Service test1; @Autowired private Test2Service test2; @Autowired private ProductMapper productMapper; /** * 测试 Propagation.NOT_SUPPORTED * 结果: * te