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)
-
0
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.
-
0
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.
-
0
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.
-
0
Thank you very much for your reply. Greetings!