@@ -4,6 +4,7 @@ pigx
├── pigx-ui -- 前端工程[8000]
├── pigx-auth -- 授权服务提供[3000]
├── pigx-common -- 系统公共模块
+├ ├── pigx-common-bom -- 公共依赖版本
├ ├── pigx-common-core -- 公共工具类核心包
├ ├── pigx-common-data -- 数据相关
├ ├── pigx-common-job -- 定时任务
@@ -64,10 +64,10 @@
<groupId>com.pig4cloud</groupId>
<artifactId>pigx-common-core</artifactId>
</dependency>
- <!--缓存-->
+ <!--缓存依赖-->
<dependency>
- <groupId>com.pig4cloud</groupId>
- <artifactId>pigx-common-data</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-data-redis</artifactId>
</dependencies>
<build>