MySQL 如何读写数据?https://blog.csdn.net/weixin_43551213/article/details/140862538
MySQL 索引https://blog.csdn.net/weixin_43551213/article/details/140847916
在上一篇文章中提到了索引,而添加索引是优化 SQL 语句的一个方式,但是…
1. 目标方法类,spring代理bean
Component
public class Test {public void test(){System.out.println("test 目标方法");}public void testException(){throw new RuntimeException();}
}
2. 配置类
Configuration
ComponentScan
EnableAspectJAutoPr…