refactor: ♻️ 业务代码项目文件名与框架代码项目文件名区分 (#196)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2024-11-12 18:34:14 +08:00
committed by GitHub
parent d1503a859b
commit e6ce5afd99
548 changed files with 77 additions and 27653 deletions

View File

@ -34,7 +34,7 @@ redis-cli # 连接测试
# 下载 redis for linux/machttps://redis.io/download
# 4. 运行后端 WebApi
dotnet run --project ./src/backend/NetAdmin.AdmServer.Host/NetAdmin.AdmServer.Host.csproj --urls http://[::]:5010 -is
dotnet run --project ./src/backend/YourSolution.AdmServer.Host/YourSolution.AdmServer.Host.csproj --urls http://[::]:5010 -is
# -i 插入种子数据
# -s 同步数据库结构
# 浏览器访问 http://localhost:5010 将看到SwaggerKnife4jUI界面