可以提供个Demo么
[EngincanV] said:
[dhaoo] said:
hi:
Through the document, I saw the requirements for dynamic or static agents. The interface under the Contracts project can implement the agent, but this interface definition does not exist in the module program of the multi-layer project. What should I do nowDo you have an application service interface defined in your
*.Application.Contracts
project and referenced in your other module? Typically, in ABP, application service contracts are placed in the*.Application.Contracts
layer, and other modules reference that project to access the services.You can refer to the Service Interface section in the document for more info.
Must the interface defined by *.Application.Contracts be referenced in the module to implement the proxy? Is it referenced in the *.HttpApi project or in the *.httpapi.client
Hi,I checked the AbpUsers table and found that no new field was added. Where is the storage of this field placed
Wow, it's amazing. Thank you very much!
Hi,Why does the microservice version 8.1.3 that I recently created through cli still have this code snippet
The comment section is the logic for resetting the application if it is not in the dev environment