1.Nuget卸载microsoft.entityframeworkcore.design


 

ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

2.Nuget卸载microsoft.entityframeworkcore.sqlserver


ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

ABP框架+.net core3.1搭建的项目访问MySQL数据库

                      面试一点通丨模拟面试 模拟笔试 收录全网面试题

 

 

3.Nuget卸载microsoft.entityframeworkcore.sqlserver.design.


 

ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

4.Nuget安装pomelo.entityframeworkcore.mysql.design


ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

5.Nuget安装pomelo.entityframeworkcore.mysql


ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

6.在解决方案的EntityFrameCore层找到DbContextOptionsConfigurer文件,并做如下修改:


ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

7.在xxx.xxx.Web层安装microsoft.entityframeworkcore.design.


ABP框架+.net core3.1搭建的项目访问MySQL数据库

 

8.更改数据库连接.


 

 

 

 

 

8.执行Migration

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

相关文章: