依赖的 Scope
- compile (使用 implementation 替代,提高编译速度)
- runtime
- compileOnly (新版才支持,就是 provided)
- testCompile (使用 testImplementation 替代)
- testRuntime
大圣,此去欲何?踏南天,碎凌霄。若一去不回……?便一去不回!
<alias>
<property>
<constructor-arg>
<list> <set> <map> <props>
<util:list>
<util:set>
<util:map>
<import>
<context:property-placeholder>
@Component @Service @Controller
@Autowired
@Qualifier @Resource
<aop:config> <aop:aspect>
@Before @After @Around @AfterThrowing