https://github.com/Rodert/SpringBoot-javapub/tree/main/spring-boot-annotation
[toc]
注解
前言
注解是JavaEE的基础,更是在Spring中发扬光大。AOP中有大量使用。
说明
本案例主要通过俩个实操讲解、演示
- 切面注解日志
- 切面注解锁
- 切面注解权限
后俩个分别再出一个Demo,源码全部都在gitee免费提供
代码讲解
大约 3 分钟
https://github.com/Rodert/SpringBoot-javapub/tree/main/spring-boot-annotation
[toc]
注解是JavaEE的基础,更是在Spring中发扬光大。AOP中有大量使用。
本案例主要通过俩个实操讲解、演示
后俩个分别再出一个Demo,源码全部都在gitee免费提供