整合casbin添加adapter处理器

This commit is contained in:
yxh
2019-12-24 23:38:36 +08:00
commit 5eb00597f1
31 changed files with 788 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package boot
import "github.com/gogf/gf/frame/g"
func init() {
g.Server().SetPort(8200)
}