Browse Source

Merge pull request #24314 from abpframework/auto-merge/rel-10-0/4170

Merge branch dev with rel-10.0
pull/24323/head
Ma Liming 2 months ago
committed by GitHub
parent
commit
f654326ded
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/tutorials/microservice/part-01.md

4
docs/en/tutorials/microservice/part-01.md

@ -25,7 +25,7 @@
}
````
Follow the *[Get Started](../../get-started/microservice.md)* guide to create a new layered web application with the following configurations:
Follow the *[Get Started](../../get-started/microservice.md)* guide to create a new microservice solution with the following configurations:
* **Solution name**: `CloudCrm`
{{if DB == "EF"}}
@ -82,4 +82,4 @@ You can see the *[Microservice Solution Template](../../solution-templates/micro
## Summary
In this part, you've created the initial microservice solution, which already contains a few infrastructure services. We will create our first business service in the [next part](part-02.md).
In this part, you've created the initial microservice solution, which already contains a few infrastructure services. We will create our first business service in the [next part](part-02.md).

Loading…
Cancel
Save