From 56459e94e4f2609b98336e177849119ecdf166b8 Mon Sep 17 00:00:00 2001 From: Super <47396430@qq.com> Date: Thu, 20 Jun 2019 09:23:09 +0800 Subject: [PATCH 1/3] Update Mvc.md --- docs/en/Startup-Templates/Mvc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Startup-Templates/Mvc.md b/docs/en/Startup-Templates/Mvc.md index cdaa689db2..09b278aadc 100644 --- a/docs/en/Startup-Templates/Mvc.md +++ b/docs/en/Startup-Templates/Mvc.md @@ -73,7 +73,7 @@ Each section below will explain the related project & its dependencies. This project contains constants, enums and other objects these are actually a part of the domain layer, but needed to be used by all layers/projects in the solution. -A `BookType` enum and a `BookConts` class (which may have some constant fields for the `Book` entity, like `MaxNameLength`) are good candidates for this project. +A `BookType` enum and a `BookConsts` class (which may have some constant fields for the `Book` entity, like `MaxNameLength`) are good candidates for this project. * This project has no dependency to other projects in the solution. All other projects depend on this directly or indirectly. @@ -257,4 +257,4 @@ You should run the application with the given order: ## What's Next? - See [Getting Started With the ASP.NET Core MVC Template](../Getting-Started-AspNetCore-MVC-Template.md) to create a new solution and run it for this template. -- See the [ASP.NET Core MVC Tutorial](../Tutorials/AspNetCore-Mvc/Part-I.md) to learn how to develop applications using this template. \ No newline at end of file +- See the [ASP.NET Core MVC Tutorial](../Tutorials/AspNetCore-Mvc/Part-I.md) to learn how to develop applications using this template. From 6e7df7de6d3772d73a6cbca5497185ca2b5e0826 Mon Sep 17 00:00:00 2001 From: Super <47396430@qq.com> Date: Thu, 20 Jun 2019 09:35:02 +0800 Subject: [PATCH 2/3] Update Mvc-Module.md --- docs/zh-Hans/Startup-Templates/Mvc-Module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-Hans/Startup-Templates/Mvc-Module.md b/docs/zh-Hans/Startup-Templates/Mvc-Module.md index 6fa89615a6..b45bce010e 100644 --- a/docs/zh-Hans/Startup-Templates/Mvc-Module.md +++ b/docs/zh-Hans/Startup-Templates/Mvc-Module.md @@ -50,7 +50,7 @@ abp new Acme.IssueManagement -t mvc-module --no-ui 项目包含常量,枚举和其他对象,这些对象实际上是领域层的一部分,但是解决方案中所有的层/项目中都会使用到. -例如 `IssueType` 枚举和 `IssueConts` 类 (可能是 `Issue` 实体用到的常数字段,像`MaxTitleLength`)都适合放在这个项目中. +例如 `IssueType` 枚举和 `IssueConsts` 类 (可能是 `Issue` 实体用到的常数字段,像`MaxTitleLength`)都适合放在这个项目中. * 该项目不依赖解决方案中的其他项目. 其他项目直接或间接依赖该项目. @@ -155,4 +155,4 @@ abp new Acme.IssueManagement -t mvc-module --no-ui - 首先, 运行 `.IdentityServer`,因为其他应用程序依赖它做身份认证. - 然后运行 `.HttpApi.Host`,因为`.Web.Host`应用程序使用API接口. -- 最后运行 `.Web.Host` 使用用户名: `admin` 密码: `1q2w3E*` 登录到应用程序. \ No newline at end of file +- 最后运行 `.Web.Host` 使用用户名: `admin` 密码: `1q2w3E*` 登录到应用程序. From e6a91e1402dd4bca4b3e3c4765a9ef59fd2407de Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 20 Jun 2019 09:47:19 +0800 Subject: [PATCH 3/3] Update Mvc.md --- docs/zh-Hans/Startup-Templates/Mvc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-Hans/Startup-Templates/Mvc.md b/docs/zh-Hans/Startup-Templates/Mvc.md index db475d7182..ba51c88ceb 100644 --- a/docs/zh-Hans/Startup-Templates/Mvc.md +++ b/docs/zh-Hans/Startup-Templates/Mvc.md @@ -71,7 +71,7 @@ abp new Acme.BookStore --tiered 项目包含常量,枚举和其他对象,这些对象实际上是领域层的一部分,但是解决方案中所有的层/项目中都会使用到. -例如 `BookType` 枚举和 `BookConts` 类 (可能是 `Book` 实体用到的常数字段,像`MaxNameLength`)都适合放在这个项目中. +例如 `BookType` 枚举和 `BookConst` 类 (可能是 `Book` 实体用到的常数字段,像`MaxNameLength`)都适合放在这个项目中. * 该项目不依赖解决方案中的其他项目. 其他项目直接或间接依赖该项目 @@ -255,4 +255,4 @@ ABP使用开源的[IdentityServer4](https://identityserver.io/)框架做应用 ## 下一步是什么? * 参阅[ASP.NET Core MVC 模板入门](../Getting-Started-AspNetCore-MVC-Template.md)创建此模板的新解决方案并运行它. -* 参阅[ASP.NET Core MVC 教程](../Tutorials/AspNetCore-Mvc/Part-I.md)学习使用此模板开发应用程序. \ No newline at end of file +* 参阅[ASP.NET Core MVC 教程](../Tutorials/AspNetCore-Mvc/Part-I.md)学习使用此模板开发应用程序.