04 2020 档案
摘要:图中Spring事务的七种传播特性都是亲自试验过的,文字说明太苍白无力,也是突发奇想用这种图形带生活气息的方式展示给大家,方便理解,实例源码地址如下: https://github.com/crelle/spring-transaction-behaviors
阅读全文
摘要:@SpringBootApplication 废话不多说,我们直接贴出来SpringBoot的官方给出的源码: package org.springframework.boot.autoconfigure; @Target(ElementType.TYPE)@Retention(RetentionP
阅读全文