摘要: 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> 配置类 import org.sprin 阅读全文
posted @ 2022-09-15 18:18 Homnay 阅读(40) 评论(0) 推荐(0)
摘要: 新建Cache注解 import java.lang.annotation.*; @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Cache { //缓存存 阅读全文
posted @ 2022-09-15 15:32 Homnay 阅读(52) 评论(0) 推荐(0)