Common Redis 移除 Common Core 后,单独添加对Common Core的依赖
This commit is contained in:
parent
fa3edbc7b9
commit
6369b3463d
|
|
@ -70,6 +70,12 @@
|
|||
<artifactId>ruoyi-common-redis</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- RuoYi Common Core-->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ruoyi-common-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Swagger -->
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue