add the framework of webdav

This commit is contained in:
zicla
2019-04-12 17:39:55 +08:00
parent ef78a26c7a
commit 73076c3a54
12 changed files with 7494 additions and 0 deletions

View File

@ -147,6 +147,9 @@ func (this *Context) registerBeans() {
this.registerBean(new(UserDao))
this.registerBean(new(UserService))
//webdav
this.registerBean(new(WebdavController))
}
//从Map中获取某个Bean.