mall-search排除redis依赖

pull/627/head
macro 2023-07-14 10:23:17 +08:00
parent bd3562821f
commit e06bb1b68c
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
<dependency>
<groupId>com.macro.mall</groupId>
<artifactId>mall-mbg</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>