- ABP Framework version: v4.1
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes Hello,
We have a monolith build on ABP.io v4.1 using application template. This monolith was build from microservices. We want to split it into microservices. Are there any guides from ABP.io how to migrate from abp.io monolith into microservices? Are there any tools that can support us with this activities?
PS: Our consultant says that there is some kind CLI tool, that can automaticaly split/migrate our project into microservises in 3 hour (sounds fantastic!). Are there such tools?
2 Answer(s)
-
0
we don't have such a tool. you need create a new module with Suite and move your existing files to the new empty module.
see also https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice
-
0
This question has been automatically marked as stale because it has not had recent activity.