Activities of "rick@i-pulse.nl"

Hi,

The first step in the new document is:

abp new OrderService -t microservice-service-pro

The error we got is: There is no template found with given name: microservice-service-pro

See console:

ABP Framework version: v4.2.2

  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hi,

please send this.

We want to add a module in a new Microservice template solution but this is not working well.

  1. Created new Microservice template solution (main)
  2. Created new Module template solution (module)

Both solutions are working fine on itself, but how can we integrate the module into the main solution? So that my module will function like product-service module.

We also created a new module inside the main solution. Many references are created, but not the HttpApi.Host which we need. In this case, if we want to add a CRUD entity in it, it does not allow us to add that in my included module. It only get added when we choose a main solution and newly created CRUD entity code, merged with the product-service module, can you explain why (however I guess, it is so because the product-service module is having HttpApi.Host project.) I want to create entity for my module, how I can do this?

Our motive is to merge our module with the Main Microservice solution, and each module has its own management for their entity, screens, and database.

Showing 31 to 32 of 32 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11