Finish the System Cleanup feature.
This commit is contained in:
@ -137,6 +137,7 @@ func (this *Context) registerBeans() {
|
||||
|
||||
//session
|
||||
this.registerBean(new(SessionDao))
|
||||
this.registerBean(new(SessionService))
|
||||
|
||||
//uploadToken
|
||||
this.registerBean(new(UploadTokenDao))
|
||||
|
Reference in New Issue
Block a user