Kick off tank 2.0

This commit is contained in:
zicla
2018-11-22 21:16:53 +08:00
parent 55124ed7e8
commit 90a0e04590
9 changed files with 470 additions and 4 deletions

View File

@ -99,6 +99,11 @@ func (this *Context) registerBeans() {
//downloadToken
this.registerBean(new(DownloadTokenDao))
//imageCache
this.registerBean(new(ImageCacheController))
this.registerBean(new(ImageCacheDao))
this.registerBean(new(ImageCacheService))
//matter
this.registerBean(new(MatterController))
this.registerBean(new(MatterDao))