-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20832 from abpframework/doc/microservice-suite-usage
How to use with ABP Suite doc added
- Loading branch information
Showing
5 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
docs/en/solution-templates/microservice/how-to-use-with-abp-suite.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Binary file added
BIN
+47.3 KB
docs/en/solution-templates/microservice/images/abp-suite-context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+103 KB
docs/en/solution-templates/microservice/images/abp-suite-product-entity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+173 KB
docs/en/solution-templates/microservice/images/abp-suite-product-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters