摘要: 一、迁移说明 ABP模板项目Entity Framework Core默认使用的是Sql Server,也很容易将数据库迁移到MySQL,步骤如下。 二、迁移MySQL步骤 1、 下载项目 请到 http://aspnetboilerplate.com/Templates 下载一个新的项目,选择AS 阅读全文
posted @ 2018-09-12 09:10 hack301 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1.安装.netcore运行环境 https://www.microsoft.com/net/core#linuxcentos https://www.microsoft.com/net/learn/get-started/linuxcentos sudo yum install libunwind 阅读全文
posted @ 2018-09-12 09:09 hack301 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.nuget Autofac Autofac.Extensions.DependencyInjection 2.将Startup.cs中的ConfigureServices返回类型改为IServiceProvider public IServiceProvider ConfigureService 阅读全文
posted @ 2018-09-12 09:08 hack301 阅读(234) 评论(0) 推荐(0) 编辑