From 0c2d9af0f3d578d37245eb493613c601143c581c Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Tue, 15 Sep 2020 15:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=95=B4=E7=90=86readme?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 4 +--- README.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README-en.md b/README-en.md index 9877dfc2..716db888 100644 --- a/README-en.md +++ b/README-en.md @@ -72,7 +72,6 @@ We are excited that you are interested in contributing to gin-vue-admin. Before - node version > v8.6.0 - golang version >= v1.11 - IDE recommendation: Goland -- After you clone the project, use the scripts in directory db to create your own database. - We recommend you to apply for your own cloud service in QINIU. Replace the public key, private key, warehouse name and default url address with your own, so as not to mess up the test database. ``` @@ -229,7 +228,6 @@ After executing the above command,`docs` will show in `server/`,then open yo │ ├─api (API entrance) │ ├─config (config file) │ ├─core (core code) - │ ├─db (db scripts) │ ├─docs (swagger APIs docs) │ ├─global (global objet) │ ├─initialiaze (initialiazation) @@ -310,7 +308,7 @@ backend code file: model\dnModel\api.go ### 8.1 Groups #### QQ group: 622360840 -| QQ group | +| QQ group |d | :---: | | | diff --git a/README.md b/README.md index cf6d4fbc..e813e5d0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ Gin-vue-admin 的成长离不开大家的支持,如果你愿意为 gin-vue-adm - node版本 > v8.6.0 - golang版本 >= v1.11 - IDE推荐:Goland -- 各位在clone项目以后,把db文件导入自己创建的库后,最好前往七牛云申请自己的空间地址。 - gormv2版本初始化数据库可以利用批量创建功能,这里已经写好初始化代码,需要在main.go内打开 initialize.Data() 的注释即可 - 替换掉项目中的七牛云公钥,私钥,仓名和默认url地址,以免发生测试文件数据错乱 ``` @@ -221,7 +220,6 @@ swag init │ ├─api (API) │ ├─config (配置包) │ ├─core (內核) - │ ├─db (数据库脚本) │ ├─docs (swagger文档目录) │ ├─global (全局对象) │ ├─initialiaze (初始化) -- GitLab