注解类:
RedisCache.java
/**
@author: Administrator
此注解是用来 实现 redis 缓存用的
在方法上面使用
/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RedisCache {
/*
/**
/**
/**
原文:https://www.cnblogs.com/LinYanyan1024-6285/p/14111909.html