接口拦截器实现

This commit is contained in:
xiongfeng
2022-06-17 17:58:53 +08:00
parent c975b10d0e
commit 9527c1064f
7 changed files with 162 additions and 102 deletions

View File

@@ -76,6 +76,14 @@
<version>3.19.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>
<build>