天宫更新记录_202403
# 20240327
# 升级方法
# 1.前端
# 2.后端
升级pom版本号
<dependencies>
<!-- 天宫框架核心 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-core</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架权限平台支持组件 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-sso</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架系统组件 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-system</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架三方库引用 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-third</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 后端通用组件-->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-component</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- excel导入组件, (选用) -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-excel</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 更新内容
# 新增功能
- 1、框架集成UEditor组件使用方法 (opens new window)
- 2、框架支持路由白名单功能使用方法 (opens new window)
# 更新功能:
- 1、修复放大镜组件
- 2、修改路由打包报错的问题
# 20240320
# 升级方法
# 1.前端
# 2.后端
升级pom版本号
<dependencies>
<!-- 天宫框架核心 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-core</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架权限平台支持组件 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-sso</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架系统组件 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-system</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 天宫框架三方库引用 -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-third</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- 后端通用组件-->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-component</artifactId>
<version>2.2.1_release</version>
</dependency>
<!-- excel导入组件, (选用) -->
<dependency>
<groupId>com.eci</groupId>
<artifactId>tiangong-excel</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 更新内容
# 新增功能
- 1、集成导入页面(前端),后端可以在业务系统直接集成导入的jar包, 使用方法 (opens new window)
- 2、集成导出功能、excel报表功能(同老框架),使用方法 (opens new window)
- 3、新增内审功能(功能同.net framework框架),使用方法 (opens new window)
- 4、新增邮件通知配置功能(功能同.net framework框架),使用方法 (opens new window)
- 5、新增定时任务使用方法 (opens new window)
- 6、后端升级版本号说明: 2.2.0_release -> 2.2.1_release
# 组件更新
- 1、新增文件上传组件TgUploadPlus 文件上传 | tiangong-doc (opens new window)
- 2、新增多列放大镜 TgChoosePlusEx 多列放大镜 | tiangong-doc (opens new window)
# 更新功能:
- 1、修复table高度问题
- 2、默认UI调整
- 3、table组件配置功能调整
上次更新: 2024/5/22 09:28:23