删除多余的依赖

This commit is contained in:
Dftre 2024-06-28 02:06:37 +08:00
parent c937bbb5fa
commit 2f5f036f5e
2 changed files with 3 additions and 3 deletions

View File

@ -65,10 +65,10 @@
</dependency>
<!-- 动态数据源 -->
<dependency>
<!-- <dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
</dependency>
</dependency> -->
<!-- 阿里JSON解析器 -->
<dependency>

View File

@ -19,7 +19,7 @@
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
<artifactId>ruoyi-framework</artifactId>
</dependency>
<!-- redis 缓存操作 -->