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

28 lines
526 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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