File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 14
14
v.2.x 为springboot 2.x版本,使用jdk8版本
15
15
v.3.x 为springboot 3.x版本,使用jdk17版本
16
16
17
+ ## Frontend Framework Version | 前端框架版本说明
18
+
19
+ | Package | Description | Version |
20
+ | -----------------------------------------------------------------------| --------------| ---------------------------------------------------------------------------------------------------------------------------|
21
+ | [ @codingapi/ui-framework ] ( https://github.com/codingapi/ui-framework ) | UI-Framework | [ ![ npm] ( https://img.shields.io/npm/v/@codingapi/ui-framework.svg )] ( https://www.npmjs.com/package/@codingapi/ui-framework ) |
22
+ | [ @codingapi/form-pc ] ( https://github.com/codingapi/form-pc ) | Form-PC | [ ![ npm] ( https://img.shields.io/npm/v/@codingapi/form-pc.svg )] ( https://www.npmjs.com/package/@codingapi/form-pc ) |
23
+ | [ @codingapi/form-mobile ] ( https://github.com/codingapi/form-mobile ) | Form-Mobile | [ ![ npm] ( https://img.shields.io/npm/v/@codingapi/form-mobile.svg )] ( https://www.npmjs.com/package/@codingapi/form-mobile ) |
24
+ | [ @codingapi/flow-pc ] ( https://github.com/codingapi/flow-pc ) | Flow-PC | [ ![ npm] ( https://img.shields.io/npm/v/@codingapi/flow-pc.svg )] ( https://www.npmjs.com/package/@codingapi/flow-pc ) |
25
+ | [ @codingapi/flow-mobile ] ( https://github.com/codingapi/flow-mobile ) | Flow-Mobile | [ ![ npm] ( https://img.shields.io/npm/v/@codingapi/flow-mobile.svg )] ( https://www.npmjs.com/package/@codingapi/flow-mobile ) |
26
+
27
+
17
28
## Project Modules Description | 项目模块介绍
18
29
19
30
* springboot-starter | Springboot领域驱动框架
20
31
* springboot-starter-data-fast | 快速数据呈现框架
21
32
* springboot-starter-data-authorization | 数据权限框架
22
33
* springboot-starter-flow | 流程引擎框架
23
34
* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
35
+ * example | 示例DDD项目
36
+ * admin-ui | 管理后台UI脚手架
37
+ * mobile-ui | 移动端UI脚手架
24
38
25
39
## SpringBoot DDD Architecture | SpringBoot DDD 框架图
26
40
Original file line number Diff line number Diff line change 6
6
"@ant-design/icons" : " ^5.4.0" ,
7
7
"@ant-design/pro-components" : " ^2.8.7" ,
8
8
"@babel/standalone" : " ^7.25.6" ,
9
- "@codingapi/flow-pc" : " ^0.0.23 " ,
10
- "@codingapi/form-pc" : " ^0.0.23 " ,
11
- "@codingapi/ui-framework" : " ^0.0.23 " ,
9
+ "@codingapi/flow-pc" : " ^0.0.24 " ,
10
+ "@codingapi/form-pc" : " ^0.0.24 " ,
11
+ "@codingapi/ui-framework" : " ^0.0.24 " ,
12
12
"@dnd-kit/core" : " ^6.2.0" ,
13
13
"@dnd-kit/sortable" : " ^9.0.0" ,
14
14
"@handsontable/react-wrapper" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@babel/standalone" : " ^7.25.6" ,
7
- "@codingapi/flow-mobile" : " ^0.0.23 " ,
8
- "@codingapi/form-mobile" : " ^0.0.23 " ,
9
- "@codingapi/ui-framework" : " ^0.0.23 " ,
7
+ "@codingapi/flow-mobile" : " ^0.0.24 " ,
8
+ "@codingapi/form-mobile" : " ^0.0.24 " ,
9
+ "@codingapi/ui-framework" : " ^0.0.24 " ,
10
10
"@logicflow/core" : " ^2.0.10" ,
11
11
"@logicflow/extension" : " ^2.0.14" ,
12
12
"@reduxjs/toolkit" : " ^2.2.7" ,
You can’t perform that action at this time.
0 commit comments