You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
12 months ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/Elsa/EntityFrameworkCore | 12 months ago | |
| FodyWeavers.xml | 3 years ago | |
| FodyWeavers.xsd | 2 years ago | |
| LINGYUN.Abp.Elsa.EntityFrameworkCore.csproj | 1 year ago | |
| README.EN.md | 1 year ago | |
| README.md | 1 year ago | |
README.md
LINGYUN.Abp.Elsa.EntityFrameworkCore
Elsa工作流的EntityFrameworkCore集成模块
功能
- 提供Elsa工作流的EntityFrameworkCore集成
- 依赖于
AbpElsaModule和AbpEntityFrameworkCoreModule
配置使用
[DependsOn(
typeof(AbpElsaEntityFrameworkCoreModule)
)]
public class YouProjectModule : AbpModule
{
}
数据库提供程序
本模块是数据库提供程序无关的基础模块,你需要根据实际使用的数据库选择以下对应的模块: