Finish refining all the logger things.
This commit is contained in:
@ -15,6 +15,7 @@ type FootprintService struct {
|
||||
|
||||
//初始化方法
|
||||
func (this *FootprintService) Init() {
|
||||
this.Bean.Init()
|
||||
|
||||
//手动装填本实例的Bean. 这里必须要用中间变量方可。
|
||||
b := CONTEXT.GetBean(this.footprintDao)
|
||||
|
Reference in New Issue
Block a user