Browse Source

Completed the Creating the Service section

pull/21456/head
Halil İbrahim Kalkan 2 years ago
parent
commit
311796124b
  1. BIN
      docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-command.png
  2. BIN
      docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog-database-step.png
  3. BIN
      docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog-integration-step.png
  4. BIN
      docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog.png
  5. 34
      docs/en/tutorials/microservice/part-02.md

BIN
docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-command.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog-database-step.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog-integration-step.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
docs/en/tutorials/microservice/images/abp-studio-add-new-microservice-dialog.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

34
docs/en/tutorials/microservice/part-02.md

@ -14,4 +14,36 @@
}
````
TODO
In this tutorial, you will create a new Catalog service and integrate it to the solution.
## Creating the Service
Right-click the `services` folder in the *Solution Explorer* panel, select the *Add* -> *New Module* -> *Microservice* command:
![abp-studio-add-new-microservice-command](images/abp-studio-add-new-microservice-command.png)
This command opens a new dialog to define the properties of the new microservice. You can use the following values to create a new microservice named `Catalog`:
![abp-studio-add-new-microservice-dialog](images/abp-studio-add-new-microservice-dialog.png)
When you click the *Next* button, you are redirected to the database provider selection step.
### Selecting the Database Type
Here, you can select the database provider to be used by the new microservice:
![abp-studio-add-new-microservice-dialog-database-step](images/abp-studio-add-new-microservice-dialog-database-step.png)
Select *Entity Framework Core* option and proceed the *Next* step.
### Integrating to the Solution
In this step, we can select the options for integrating the new microservice to the rest of the solution components:
![abp-studio-add-new-microservice-dialog-integration-step](D:\Github\abp\docs\en\tutorials\microservice\images\abp-studio-add-new-microservice-dialog-integration-step.png)
ABP Studio intelligently selects the right values for you, but you should still check them carefully since they directly affect what we will do in the next parts of this tutorial.
**Ensure the options are configured the same as in the preceding figure**, and click the *Create* button.
f
Loading…
Cancel
Save