Skip to content
Snippets Groups Projects
Unverified Commit 3182c7ad authored by wangxw's avatar wangxw Committed by GitHub
Browse files

start application (#1571)


Co-authored-by: default avatarwangxiaowei14227 <wangxiaowei14227@autohome.com.cn>
Co-authored-by: default avatarlizhixin.lzx <lizhixin.lzx@alibaba-inc.com>
Co-authored-by: default avatarLaurenceLiZhixin <382673304@qq.com>
parent fce2f738
No related branches found
Tags v1.5.8-rc1
No related merge requests found
......@@ -198,12 +198,11 @@ func (rc *RootConfig) Init() error {
func (rc *RootConfig) Start() {
startOnce.Do(func() {
rc.Consumer.Load()
rc.Provider.Load()
// todo if register consumer instance or has exported services
exportMetadataService()
registerServiceInstance()
rc.Consumer.Load()
})
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment