Browse Source
Update Getting-Started-AspNetCore-Application.md
pull/613/head
maliming
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/Getting-Started-AspNetCore-Application.md
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
## 在AspNet Core MVC Web Application中使用ABP |
|
|
|
|
|
|
|
本教程将介绍如何开始以最少的依赖关系开始使用ABP开发. You generally want to start with a ***[startup template](https://abp.io/Templates)*** |
|
|
|
本教程将介绍如何开始以最少的依赖关系开始使用ABP开发. |
|
|
|
|
|
|
|
通常情况下你需要下载一个 ***[启动模板](https://abp.io/Templates)*** |
|
|
|
|
|
|
|
@ -158,4 +158,4 @@ services.AddApplication<AppModule>(options => |
|
|
|
|
|
|
|
### 源码 |
|
|
|
|
|
|
|
从[此处](../samples/BasicAspNetCoreApplication)获取本教程中创建的示例项目的源代码. |
|
|
|
从[此处](../samples/BasicAspNetCoreApplication)获取本教程中创建的示例项目的源代码. |
|
|
|
|