You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service should be divided into intermediate service, aggregation service, and micro service. The micro service needs to be registered to the registration center, but the aggregation service and intermediate service do not need to be registered to the registration center. The stage module component can be loaded to expand the aggregation service and the middle service
The service should be divided into intermediate service, aggregation service, and micro service. The micro service needs to be registered to the registration center, but the aggregation service and intermediate service do not need to be registered to the registration center. The stage module component can be loaded to expand the aggregation service and the middle service
首先,非常感谢作者的辛苦与付出。
有一个问题望解答,如下:
`protected override void RegisterBuilder(ContainerBuilderWrapper builder)
{
CPlatform.AppConfig.ServerOptions.DisableServiceRegistration = true;
var section = CPlatform.AppConfig.GetSection("Stage");
if (section.Exists())
{
AppConfig.Options = section.Get();
}
StageModule.cs中为什么要把CPlatform.AppConfig.ServerOptions.DisableServiceRegistration设为true?
The text was updated successfully, but these errors were encountered: