We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba375be commit af615b8Copy full SHA for af615b8
gs/gs.go
@@ -263,7 +263,7 @@ func (c *container) Configuration(i interface{}) *BeanDefinition {
263
// 修改注册行号信息为父级bean注册位置
264
bd.file, bd.line = parentBean.file, parentBean.line
265
// 依赖父级bean
266
- bd.On(cond.OnBean(parentBean.ID()))
+ bd.DependsOn(parentBean.ID()).On(cond.OnBean(parentBean.ID()))
267
}
268
269
return parentBean
0 commit comments