6 Answer(s)
-
0
Hi , Try move your settingProvider to
.Application.Contractsproject.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi
I see your debug project is
.IdentityServerproject, Did you call theDDC.Coremodule in this project?If so, your need add
BackendServiceApplicationContractsModuleto this project module class dependencies, becauseSettingDefinitionManagergetSettingDefinitionfrom Dependency injection container.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
I'm working on microservice project, I have microservice A, microservice B, microservice C. I defined settings for all 3 microservices and now I'm creating a Setting UI to discover all settings from 3. For example, my microservice A is included all AbpTable, with B and C is not included AbpTable otherwise it is included business tables. When I defined all settings in each module, I need to discover it without adding Depends On each other How can I get that ?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
currently can't to get the setting definition without dependency. But you can directly inject
ISettingRepositoryin your service.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

