Quellcode durchsuchen

:bookmark: Releasing / Version tags. 2.2.0

冷冷 vor 6 Jahren
Ursprung
Commit
41a50963f7
3 geänderte Dateien mit 24 neuen und 16 gelöschten Zeilen
  1. 20 13
      doc/db/2pigxx.sql
  2. 1 0
      doc/md/modules.md
  3. 3 3
      pigx-visual/pigx-tx-manager/pom.xml

Datei-Diff unterdrückt, da er zu groß ist
+ 20 - 13
doc/db/2pigxx.sql


+ 1 - 0
doc/md/modules.md

@@ -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 -- 定时任务

+ 3 - 3
pigx-visual/pigx-tx-manager/pom.xml

@@ -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>
 		</dependency>
 	</dependencies>
 	<build>