add get api list from mongodb
Showing
with
100 additions
and
14 deletions
Please
register
or
sign in
to comment
... | ... | @@ -2,4 +2,7 @@ module dev-ops |
go 1.15 | ||
require github.com/gogf/gf/v2 v2.1.1 | ||
require ( | ||
github.com/gogf/gf/v2 v2.1.1 | ||
go.mongodb.org/mongo-driver v1.10.6 | ||
) |
... | ... | @@ -10,3 +10,5 @@ |
pass = "icDb29mLy2s" | ||
[mongodb] | ||
address = "mongodb://yapi:yapi231@192.168.1.237:27017/yapi" | ||
\ No newline at end of file |