You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Admin.Core/README.md

517 B

一个基于.Net Core开发的权限管理系统后续会增加更多实用的功能。

在线体验

演示地址:https://admin.zhontai.net/ 文档地址:https://zhontai.net/


项目下载后,直接编译运行项目

Ctrl + F5

Tips

如果你想换数据库修改Admin.Core项目下的 configs/dbconfig.Development.json 文件

  //数据库类型
  "type": 0,
  //连接字符串
  "connectionString": ""