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