-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abp 模块化 #1
Comments
不同的模块可以有不同的DbContext,连接不同的数据库字符串,比如某个项目有两个模块,相应的DbContext分别为MyFlowDbContext和MyPlatDbContext,这两个DbContext可以分别定义不同的连接字符串:
......
} |
MyPlatDbContext和MyFlowDbContext存在相同的表 |
两个模块之间是独立的,每个模块中各个部分的依赖关系已经设定,因此,不会出现冲突,比如: [DependsOn(
|
abp模块化使用插件式开发,如何使用各自的db
The text was updated successfully, but these errors were encountered: