mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-06-06 18:17:49 +08:00
接口拦截器实现
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user