Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 884 Bytes

File metadata and controls

27 lines (25 loc) · 884 Bytes

Ku.Core.CMS

基于.net core开发的内容管理系统

运行方法

  1. 拉取最新代码
  2. 修改Ku.Core.CMS.Data.Migrations、Ku.Core.CMS.Web.Backend、Ku.Core.CMS.WinService目录下的appsettings.json中的连接字符串(现只能mysql)和redis的连接字符串
  3. 命令行cd到Ku.Core.CMS.Data.Migrations目录下
  4. 执行:dotnet ef migrations add init
  5. 执行:dotnet ef database update
  6. 运行一遍Ku.Core.CMS.Data.Migrations项目
  7. 将docs\database\initdata.sql导入到mysql数据库(菜单数据)
  8. 运行Ku.Core.CMS.Web.Backend项目,用admin/123456就可以登陆后台了

使用组件及框架

  1. .net core 2.1
  2. EF core 2.1
  3. Dapper
  4. Layui
  5. CAP
  6. Redis
  7. MYSQL(后续兼容MSSQL)
  8. NLOG
  9. Swagger