基于 abp vNext 的快速开发模板

1|0介绍

Templates to use when creating an application for abp vNext.

基于abp已经最小化集成了各种项目开发所需的组件,Redis、Swagger、Autofac、Serilog、数据迁移、JWT、多语言支持等,支持多数据库(MySql、SqlServer、Sqlite、MongoDB)自由切换,可以根据业务需求自行简单修改,真正的开箱即用,直接开干写业务。

2|0快速使用

dotnet new -i AbpTemplate dotnet new abp -n Xxx(The name for the output being created)

创建成功后的项目结构如下:

Documents ├── Documents.sln ├── LICENSE ├── src │ ├── Documents.Application │ ├── Documents.Application.Caching │ ├── Documents.Application.Contracts │ ├── Documents.DbMigrator │ ├── Documents.Domain │ ├── Documents.Domain.Shared │ ├── Documents.EntityFrameworkCore │ ├── Documents.EntityFrameworkCore.DbMigrations │ ├── Documents.HttpApi │ ├── Documents.HttpApi.Host │ └── Documents.MongoDB └── test ├── Documents.Application.Tests ├── Documents.Domain.Tests ├── Documents.EntityFrameworkCore.Tests ├── Documents.MongoDB.Tests └── Documents.TestBase

3|0Nuget

https://www.nuget.org/packages/AbpTemplate

4|0开源地址

https://github.com/Meowv/AbpTemplate


__EOF__

本文作者阿星Plus
本文链接https://www.cnblogs.com/meowv/p/13599906.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角推荐一下。您的鼓励是博主的最大动力!
posted @   阿星Plus  阅读(1020)  评论(5编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
点击右上角即可分享
微信分享提示