Ready to implement the cache lib.

This commit is contained in:
zicla
2018-11-28 21:02:06 +08:00
parent a2a35ed4d2
commit 7d8db0a518
8 changed files with 435 additions and 69 deletions

View File

@ -115,6 +115,11 @@ func (this *Context) registerBeans() {
this.registerBean(new(PreferenceDao))
this.registerBean(new(PreferenceService))
//securityVisit
this.registerBean(new(SecurityVisitController))
this.registerBean(new(SecurityVisitDao))
this.registerBean(new(SecurityVisitService))
//session
this.registerBean(new(SessionDao))