当前位置: 首页 > 软件库 > 云计算 > >

aspnet-clean-architecture

授权协议 MIT License
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 寿翰飞
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Getting Started

  1. If you don't have Docker, download it from the address below.
    https://www.docker.com/products/docker-desktop
  2. Download this repository
  3. Open onion-architecture.sln with Visual studio
  4. Configure settings on images(set your own ip addresses)
  5. Set startup project as docker-compose
  6. Start
  • If you like or are using this project to learn or start your solution, please give it a star. Thanks!
  • Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn ��

Support

If you are having problems, please let us know by raising a new issue.

License

This project is licensed with the MIT license.

 相关资料
  • Docker images for ASP.NET Core apps on Google Cloud This repo containes the definition of the Docker images for the .NET runtime to be able to run ASP.NET Core apps on App Engine Flexible environment

  • etec-aspnet-exercises Exercícios de ASP.NET do meu curso na ETEC Exercícios Todos os exercícios estão disponíveis no diretório exercises/.

  • aspnet-core-webapi Esse é um projeto para futuras consultas de técnicas empregadas com ASP.NET Core 2.2 aplicando API-Guidelines da Microsoft. Técnicas RESTfull Autenticação JWT Swagger Versionamento

  • aspnet-distributed-caching Sample repo to demo an ASP.NET Core 3.1 website distributedcaching with Docker, MongoDB, Redis using Docker Compose. This is a sample application to demo Microservices in .N

  • aspnet-async-communication Undoubtedly the most popular design pattern when writing distributed applicationis Pub/Sub. Turns out that there's another important design pattern used indistributed applic

  • 我有一些第三方jar依赖。因此,我使用maven-install-plugin将这些第三方jar安装到我的本地存储库(.m2/repository)中。这个插件一定要清理阶段。当我执行“MVN clean Install”时,在运行clean之前,它开始搜索依赖项,最终构建失败,因为它无法找到第三方JAR。但是当我单独运行mvn clean时,它会将文件安装在本地存储库中。随后当我运行mvn cl