type
status
date
slug
summary
tags
category
titleIcon
password
icon
calloutIcon







spring


开源,整合第三方









IOC
AOP




在不改变原有业务逻辑的情况下增强横切逻辑
在什么方法的什么时机插入什么逻辑;插入的实现
pointcut advice aspect

定义aop做什么
使用aop要什么
原理aop怎么做

编写功能测试的Junit报错



org.junit.jupiter.api.Test


No tests found for given includes: [**/*Tests.class, **/*Test.class](include rules) [IocTest.testIoC](--tests filter)
compile group: 'org.aspectj', name: 'aspectjweaver', version: '1.8.6'testCompile group: 'junit', name: 'junit', version: '4.13.1'
- 作者:CamelliaV
- 链接:https://camelliav.netlify.app/article/spring-source
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。