Base solution for your next web application
Open Closed

Microservices #11602


User avatar
0
mpineiro created

Hello,

I wanted to know if to generate a microservice with ASP.NET ZERO, I need to have all the structure of ABP ZERO in my code. If you have a simple example, it would be very helpful.

Thank you so much Greetings


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mpineiro

    ASP.NET Zero deosn't have a microservice template. Could you share what is the structure you want to implement ? Maybe I can guide you.

  • User Avatar
    0
    mpineiro created

    Thank you. What I mainly need to know is if, when creating a new microservice, it should include all the Abp Zero libraries in order to generate the microservice project.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mpineiro

    If your service doesn't have a UI, you can create it as explained here https://aspnetboilerplate.com/Pages/Documents/Module-System.

    If your service has a UI, probably you will need to create a similar project to base ASP.NET Zero solution.

  • User Avatar
    0
    mpineiro created

    Thank you very much for your reply. Greetings!