Atomic.Admin.Template 1.0.0

dotnet new install Atomic.Admin.Template::1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

1、代码目录结构

|----.Application应用层服务<br> |--------|---- Configurations - 全局配置文件<br> |----.Core系统核心层<br> |--------|---- Cache - 缓存配置<br> |--------|---- Const - 常量<br> |--------|---- Entities - 实体<br> |--------|---- Enums - 枚举<br> |--------|---- Logging - 日志配置<br> |--------|---- Options - 选项配置<br> |--------|---- Services - 系统服务<br> |--------|---- Utils - 工具类<br> |----.Database.Migrations实体框架迁移<br> |--------|---- Migrations - 迁移记录<br> |----.EntityFramework.Core实体框架配置<br> |--------|---- DbContexts - 数据库上下文<br> |----.Web.Core服务/中间件<br> |--------|---- Handlers - jwt认证处理<br> |----.Web.Entry应用入口<br>

2、数据库迁移命令

1、dotnet ef migrations add v1.0.0 -s .\Polaris.Admin.Web.Entry\ -p .\Polaris.Admin.Database.Migrations\
2、dotnet ef database update -s .\Polaris.Admin.Web.Entry\ -p .\Polaris.Admin.Database.Migrations\

3、redis 容器启动

docker run --name redis -p 6379:6379 -v D:\build\redis\data:/data --restart always -d redis redis-server --requirepass lemon3321

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 724 8/7/2024 1.0.0 is deprecated because it is no longer maintained and has critical bugs.