Common Redis 移除 Common Core 后,单独添加对Common Core的依赖

This commit is contained in:
李宇哲 2021-12-21 10:22:00 +08:00
parent fa3edbc7b9
commit 6369b3463d
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@
<artifactId>ruoyi-common-redis</artifactId> <artifactId>ruoyi-common-redis</artifactId>
</dependency> </dependency>
<!-- RuoYi Common Core-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<!-- Swagger --> <!-- Swagger -->
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>