You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(历史版本线:v.2.x 对应 Spring Boot 2.x / JDK 8,旧版本号为 2.x.y;v.3.x 对应 Spring Boot 3.x / JDK 17。)
19
+
20
+
Since `8.2.0`, the project uses a CI-Friendly versioning scheme (same approach as [flow-engine](https://github.com/codingapi/flow-engine)): the pom declares its version as `${revision}`, which is pinned to a SNAPSHOT during development (currently `8.2.0-SNAPSHOT`); the release version is supplied via `-Drevision=x.y.z` at release time, with no pom changes needed.
21
+
22
+
Version number convention: first segment = JDK version, second segment = Spring Boot major version, third segment = patch version. For example, `8.2.0` targets JDK 8 and Spring Boot 2.x, patch 0.
23
+
24
+
(Legacy lines: v.2.x for Spring Boot 2.x on JDK 8, previously versioned as 2.x.y; v.3.x for Spring Boot 3.x on JDK 17.)
The workflow engine (springboot-starter-flow) has been removed from this framework and refactored into an independently maintained repository: [https://github.com/codingapi/flow-engine](https://github.com/codingapi/flow-engine). Projects that need the workflow engine should migrate to the standalone repository.
以下示例使用正式发布版本(如 `8.2.0`,最新发布版见上方 Maven Central 徽章);如需体验开发快照版本,请使用 `8.2.0-SNAPSHOT`。
56
+
57
+
The examples below use an official release version (e.g. `8.2.0`; see the Maven Central badge above for the latest release). Use `8.2.0-SNAPSHOT` for the development snapshot.
0 commit comments