Browse Source

Merge pull request #20832 from abpframework/doc/microservice-suite-usage

How to use with ABP Suite doc added
pull/20879/head
ahmetfarukulu 2 years ago
committed by GitHub
parent
commit
4aeb5cf9b3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 19
      docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md
  2. BIN
      docs/en/solution-templates/microservice/images/abp-suite-context-menu.png
  3. BIN
      docs/en/solution-templates/microservice/images/abp-suite-product-entity.png
  4. BIN
      docs/en/solution-templates/microservice/images/abp-suite-product-services.png
  5. 1
      docs/en/solution-templates/microservice/index.md

19
docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md

@ -0,0 +1,19 @@
# Microservice Solution: How to use with ABP Suite
ABP Suite provides a visual solution designer, code generators, and other tools to make your development process easier and faster.
You can open ABP Suite from ABP Studio by using the **ABP Suite** -> **Open** toolbar menu item, or by right-clicking on the desired module and selecting the **ABP Suite** menu item.
![abp-suite-context-menu](images/abp-suite-context-menu.png)
It opens the ABP Suite in a built-in browser window. You can also access the suite by visiting `http://localhost:3000` through your browser. From there, you can visually design your solution and generate code. In this example, we create a **Product** entity.
![abp-suite-product-entity](images/abp-suite-product-entity.png)
After clicking **Save and generate** for the entity in ABP Suite, use **Run** -> **Build & Restart** in the [Solution Runner](../../studio/running-applications.md#start) to apply the changes.
To confirm, visit the Swagger UI to verify that the necessary API endpoints and services have been created.
![abp-suite-product-services](images/abp-suite-product-services.png)
> Currently, you can't generate UI code with ABP Suite for microservice solutions. This feature will be added in future releases.

BIN
docs/en/solution-templates/microservice/images/abp-suite-context-menu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
docs/en/solution-templates/microservice/images/abp-suite-product-entity.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
docs/en/solution-templates/microservice/images/abp-suite-product-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

1
docs/en/solution-templates/microservice/index.md

@ -44,3 +44,4 @@ ABP Studio provides pre-architected and production-ready templates to jump start
* [Adding new API gateways](adding-new-api-gateways.md)
* [Mono-repo vs multiple repository approaches](mono-repo-vs-multiple-repository-approaches.md)
* [Authoring unit and integration tests](authoring-unit-and-integration-tests.md)
* [How to use with ABP Suite](how-to-use-with-abp-suite.md)
Loading…
Cancel
Save