Skip to content
Merged

Dev #216

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ REST 请求 → FlowRecordController
## 版本约定

- 引擎版本:`0.1.0-SNAPSHOT`(根 pom `revision`)
- 外部框架依赖(根 pom `codingapi.framework.version = 3.4.55`):
- 外部框架依赖(根 pom `codingapi.framework.version = 17.3.0`):
- `com.codingapi.springboot:springboot-starter` —— 事件体系(`EventPusher`/`IHandler`)、`UserContext`、`LocaleMessageException`
- `com.codingapi.springboot:springboot-starter-script` —— Groovy 脚本引擎(`GroovyScript`/注解/仓储 SPI)
- `com.codingapi.springboot:springboot-starter-data-fast` —— `FastRepository`(JPA 仓储基类)
Expand Down
2 changes: 1 addition & 1 deletion docs/Integration/script-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ request.getWorkflow() // Workflow 对象(可访问 form/nodes 等)

### 4.1 脚本对象(`GroovyScript`)

来自外部依赖 `com.codingapi.springboot:springboot-starter-script:3.4.55`。构造方式:
来自外部依赖 `com.codingapi.springboot:springboot-starter-script:17.3.0`。构造方式:

```java
GroovyScript groovyScript = GroovyScript.builder(key)
Expand Down
2 changes: 1 addition & 1 deletion docs/capabilities/springboot/data-jpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status: 已实现
scope: 后端
source: 框架:Spring Boot
import: "com.codingapi.springboot:springboot-starter-data-fast"
framework_version: "由 codingapi.framework.version 3.4.55 管理"
framework_version: "由 codingapi.framework.version 17.3.0 管理"
---

## 解决什么问题
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<commons-io.version>2.17.0</commons-io.version>
<commons-lang3.version>3.20.0</commons-lang3.version>
<commons-crypto.version>1.2.0</commons-crypto.version>
<codingapi.framework.version>3.4.55</codingapi.framework.version>
<codingapi.framework.version>17.3.0</codingapi.framework.version>
</properties>

<dependencies>
Expand Down
Loading