File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1414v.2.x 为springboot 2.x版本,使用jdk8版本
1515v.3.x 为springboot 3.x版本,使用jdk17版本
1616
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+
1728## Project Modules Description | 项目模块介绍
1829
1930* springboot-starter | Springboot领域驱动框架
2031* springboot-starter-data-fast | 快速数据呈现框架
2132* springboot-starter-data-authorization | 数据权限框架
2233* springboot-starter-flow | 流程引擎框架
2334* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
35+ * example | 示例DDD项目
36+ * admin-ui | 管理后台UI脚手架
37+ * mobile-ui | 移动端UI脚手架
2438
2539## SpringBoot DDD Architecture | SpringBoot DDD 框架图
2640
Original file line number Diff line number Diff line change 66 "@ant-design/icons" : " ^5.4.0" ,
77 "@ant-design/pro-components" : " ^2.8.7" ,
88 "@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 " ,
1212 "@dnd-kit/core" : " ^6.2.0" ,
1313 "@dnd-kit/sortable" : " ^9.0.0" ,
1414 "@handsontable/react-wrapper" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@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 " ,
1010 "@logicflow/core" : " ^2.0.10" ,
1111 "@logicflow/extension" : " ^2.0.14" ,
1212 "@reduxjs/toolkit" : " ^2.2.7" ,
You can’t perform that action at this time.
0 commit comments