Browse Source

Update part-01.md

pull/24313/head
Ma Liming 2 months ago
committed by GitHub
parent
commit
2c7d4174a9
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