Super
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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*` 登录到应用程序. |
|
|
|
- 最后运行 `.Web.Host` 使用用户名: `admin` 密码: `1q2w3E*` 登录到应用程序. |
|
|
|
|