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

27 lines
521 B
Markdown


一个基于.Net Core开发的权限管理系统后续会增加更多实用的功能。
### 在线体验
演示地址https://www.admin.zhontai.net/
文档地址https://zhontai.net/
*********************************************************
### 项目下载后,直接编译运行项目
```
Ctrl + F5
```
#### Tips
```
如果你想换数据库修改Admin.Core项目下的 configs/dbconfig.Development.json 文件
//数据库类型
"type": 0,
//连接字符串
"connectionString": ""
```