Skip to content

Commit

Permalink
feat(doc): update cosid-activiti.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Jan 2, 2024
1 parent bbc076a commit 3ff69e0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
11 changes: 10 additions & 1 deletion documentation/docs/guide/extensions/cosid-activiti.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CosId-Activiti 模块

_Activiti 模块_`Activiti` 提供了 `CosId` 的支持,实现了 _Activiti_`org.activiti.engine.impl.cfg.IdGenerator` 接口。

## 安装

::: code-group
Expand All @@ -16,4 +18,11 @@
</dependency>
</dependencies>
```
:::
:::

## 配置

默认情况下 `ActivitiIdGenerator` 将从*ID生成器容器*(`IdGeneratorProvider`)中获取以 `__share__` 为名称的ID生成器。

开发者也可以通过配置系统属性 `cosid.activiti` 自定义ID生成器的名称。

11 changes: 10 additions & 1 deletion documentation/docs/guide/extensions/cosid-axon.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CosId-Axon 模块

_Axon 模块_`Axon-Framework` 提供了 `CosId` 的支持,实现了 _Axon-Framework_`org.axonframework.common.IdentifierFactory` 接口。

## 安装

::: code-group
Expand All @@ -16,4 +18,11 @@
</dependency>
</dependencies>
```
:::
:::

## 配置

默认情况下 `CosIdIdentifierFactory` 将从*ID生成器容器*(`IdGeneratorProvider`)中获取以 `__share__` 为名称的ID生成器。

开发者也可以通过配置系统属性 `cosid.axon` 自定义ID生成器的名称。

12 changes: 11 additions & 1 deletion documentation/docs/guide/extensions/cosid-flowable.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CosId-Flowable 模块

_Flowable 模块_`Flowable` 提供了 `CosId` 的支持,实现了 _Flowable_`org.flowable.common.engine.impl.cfg.IdGenerator` 接口。

## 安装

::: code-group
Expand All @@ -16,4 +18,12 @@
</dependency>
</dependencies>
```
:::
:::

## 配置

默认情况下 `FlowableIdGenerator` 将从*ID生成器容器*(`IdGeneratorProvider`)中获取以 `__share__` 为名称的ID生成器。

开发者也可以通过配置系统属性 `cosid.flowable` 自定义ID生成器的名称。


0 comments on commit 3ff69e0

Please sign in to comment.