/app/conf/bootstrap.go
http://github.com/sut-go/gon · Go · 14 lines · 6 code · 2 blank · 6 comment · 0 complexity · c29fb22d948bfda08550a3cc164a6e2f MD5 · raw file
- package bootstrap
- import (
- // G "framework/goom"
- . "framework/bean"
- // "app/domain/book"
- )
- func BootStrap(ctx AppContext) {
- /*
- bookService := ctx.GetBean("BookService").(G.Inserter)
- bookService.Insert(&book.Book{"001", "Harry Potter", "ABC"})
- */
- }