Browse Source

Opening the ABP Suite

pull/21456/head
Halil İbrahim Kalkan 2 years ago
parent
commit
3fb4ceaa79
  1. BIN
      docs/en/tutorials/microservice/images/abp-studio-open-abp-suite-select-module.png
  2. BIN
      docs/en/tutorials/microservice/images/abp-studio-open-abp-suite.png
  3. 19
      docs/en/tutorials/microservice/part-03.md

BIN
docs/en/tutorials/microservice/images/abp-studio-open-abp-suite-select-module.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
docs/en/tutorials/microservice/images/abp-studio-open-abp-suite.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

19
docs/en/tutorials/microservice/part-03.md

@ -14,6 +14,23 @@
}
````
In the previous part, we've created a new microservice named Catalog. In this part, we will build functionality to create and manage products in our system.
In this part, we will use [ABP Suite](../../suite/index.md) to automatically create all the necessary code for us. So, you will see how to use ABP Suite in a microservice solution. We will do everything manually while we will create the Ordering microservice in next parts, so you will learn the details better. We suggest to use ABP Suite wherever it is possible, because it saves a lot of time. You can then investigate the changes done by ABP Suite to understand what it produced.
## Opening the ABP Suite
First of all, **stop all the applications** in ABP Studio's *Solution Runner* panel, because ABP Suite will make changes in the solution and it will also needs to build the solution in some steps. Running the solution prevents to build it.
Now, select the *ABP Suite* -> *Open* command on the main menu to open ABP Suite:
![abp-studio-open-abp-suite](images/abp-studio-open-abp-suite.png)
It will ask to you which module you want to use:
![abp-studio-open-abp-suite-select-module](images/abp-studio-open-abp-suite-select-module.png)
The `CloudCrm` microservice solution contains more than one .NET solution. Typically, each ABP Studio module represents a separate .NET solution (see the [concepts](../../studio/concepts.md) document).
ABP Suite works on a single .NET solution to generate code, and an ABP Studio module represents a separate .NET solution.
TODO
Loading…
Cancel
Save