Commit 4de1bf4
refactor: 移除流程引擎模块、前端合并为 pnpm workspace、版本机制改为 CI-Friendly
1. 移除流程引擎:删除 springboot-starter-flow 模块及全部关联内容
(example-infra-flow、Flow/请假示例、entrust 委托链路、文档、前端页面),
流程引擎已重构为独立仓库:https://github.com/codingapi/flow-engine,
README 增加迁移说明
2. 前端 monorepo:admin-ui/mobile-ui 合并至 frontend/(pnpm workspace),
apps/pc、apps/mobile 仅保留 pc/mobile 两组指令,公共代码抽至
packages/shared(@springboot-framework/shared),结构参考 flow-frontend
3. 版本管理:采用 ${revision} + flatten-maven-plugin(resolveCiFriendliesOnly),
开发版本锁定 17.3.0-SNAPSHOT(17=JDK 版本,3=Spring Boot 大版本),
发版通过 -Drevision=x.y.z 指定正式版本
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1d97442 commit 4de1bf4
404 files changed
Lines changed: 11388 additions & 20692 deletions
File tree
- admin-ui
- mocks
- scripts
- src
- api
- components/flow
- config
- pages/flow
- leave
- record
- user
- work
- utils
- docs
- agents
- capabilities
- springboot-starter-data-authorization
- springboot-starter-data-fast
- springboot-starter-flow
- springboot-starter-script
- springboot-starter-security
- springboot-starter
- conventions
- springboot-starter-data-fast
- springboot-starter
- capabilities
- esotericsoftware
- react
- redux
- springboot-starter-flow
- springboot-starter-script
- springboot-starter
- springboot
- wiki
- example
- example-app
- example-app-cmd-domain
- src/main/java/com/codingapi/example/app/cmd/domain
- configuration
- pojo
- router
- example-app-cmd-meta
- src/main/java/com/codingapi/example/app/cmd/meta
- pojo
- service
- example-app-query
- src/main/java/com/codingapi/example/app/query/service
- example-domain
- example-domain-leave
- src/main/java/com/codingapi/example/domain/leave
- entity
- repository
- service
- example-domain-user
- src/main/java/com/codingapi/example/domain/user
- entity
- service
- example-infra
- example-infra-flow
- src/main/java/com/codingapi/example/infra/flow
- convert
- entity
- form
- jpa
- query
- repository
- user
- example-infra-jpa
- src/main/java/com/codingapi/example/infra/db
- convert
- entity
- jpa
- repository
- example-infra-security
- example-interface
- src/main/java/com/codingapi/example
- api
- domain
- meta
- query
- app
- handler
- example-server
- src/main/resources
- frontend
- apps
- mobile
- jest
- public
- scripts
- src
- api
- components/info
- BasicInfo
- FormInfo
- config
- gateway
- default
- layout
- Header
- NotFound
- pages
- form
- home
- login
- mirco
- sotre
- styles
- utils
- pc
- jest
- public
- scripts
- src
- api
- assets
- components/icons
- config
- framework
- DynamicLoad
- Permission
- AccessProvider
- RoleKeyProvider
- Routes
- gateway
- default
- layout
- AvatarHeader
- HeaderAction
- HeaderDropdown
- NotFound
- pages
- form
- login
- mirco
- welcome
- store
- styles
- utils
- mobile-ui
- scripts
- src
- api
- assets/flow
- components
- flow
- info/List
- config
- gateway
- pages
- flow
- leave
- utils
- springboot-starter-data-authorization
- springboot-starter-data-fast
- springboot-starter-flow
- src
- main
- java/com/codingapi/springboot/flow
- bind
- build
- content
- domain
- em
- error
- event
- generator
- matcher
- pojo
- query
- record
- repository
- result
- script
- serializable
- service
- impl
- trigger
- user
- utils
- resources/META-INF/spring
- test/java/com/codingapi/springboot/flow
- flow
- repository
- script
- test
- user
- springboot-starter-script
- springboot-starter-security
- springboot-starter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | | - | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
| |||
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
156 | | - | |
| 154 | + | |
157 | 155 | | |
158 | 156 | | |
159 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
21 | 30 | | |
22 | 31 | | |
23 | 32 | | |
24 | | - | |
25 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
26 | 50 | | |
27 | 51 | | |
28 | 52 | | |
| |||
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
34 | | - | |
35 | 58 | | |
36 | 59 | | |
37 | | - | |
38 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
39 | 67 | | |
40 | 68 | | |
41 | 69 | | |
42 | 70 | | |
43 | 71 | | |
44 | 72 | | |
45 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
46 | 78 | | |
47 | 79 | | |
48 | 80 | | |
49 | 81 | | |
50 | 82 | | |
51 | | - | |
| 83 | + | |
52 | 84 | | |
53 | 85 | | |
54 | 86 | | |
55 | 87 | | |
56 | 88 | | |
57 | 89 | | |
58 | | - | |
| 90 | + | |
59 | 91 | | |
60 | 92 | | |
61 | 93 | | |
62 | 94 | | |
63 | 95 | | |
64 | 96 | | |
65 | | - | |
| 97 | + | |
66 | 98 | | |
67 | 99 | | |
68 | 100 | | |
69 | 101 | | |
70 | 102 | | |
71 | 103 | | |
72 | | - | |
| 104 | + | |
73 | 105 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 106 | + | |
82 | 107 | | |
83 | 108 | | |
84 | 109 | | |
85 | 110 | | |
86 | | - | |
| 111 | + | |
87 | 112 | | |
88 | 113 | | |
89 | 114 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments