Loading

摘要: Jedis 依赖 <!--依赖--> <properties> <jetcache.version>2.5.14</jetcache.version> </properties> <dependency> <groupId>com.alicp.jetcache</groupId> <artifact 阅读全文
posted @ 2021-05-14 22:19 FynnWang 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: 元注解 : 注解在注解上的注解 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Component { String value() default ""; } @ 阅读全文
posted @ 2021-05-14 21:33 FynnWang 阅读(44) 评论(0) 推荐(0) 编辑