摘要:
一、rabbitMq 角色 rabbitMq 的角色有 none, management, policymaker, monitoring, administrator none 不能访问 managerment plugin management 用户可以通过 AMQP 做的任何事外加: 列出自己 阅读全文
摘要:
一、使用 @interface 实现 Annotation接口 并定义注解类 使用以下 元注解 定义注解范围 @Target 定义注解的作用目标 @Retention 注解的生命周期,定义注解的保留策略。RetentionPolicy.SOURCE:注解仅存在于源码中,在class字节码文件中不包含 阅读全文
摘要:
接口 @Component @Aspect public class CacheAspect { @Autowired private RedisTemplate redisTemplate; @Pointcut("@annotation(com.jm.cache.redis.annotation. 阅读全文