From e2cfc8e96b41002eb830c9f2df8f0e56b6b8ed1f Mon Sep 17 00:00:00 2001 From: anyanfei Date: Wed, 23 Mar 2022 13:45:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fixed:=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=88=9B=E5=BB=BAyaml=E9=85=8D=E7=BD=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dbaf80..d3f51a5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ git clone https://github.com/bufanyun/hotgo.git 服务端: - 创建mysql数据库,将数据库文件导入你的mysql,目录地址:/hotgo-server/storage/hotgo.sql - - 将/hotgo-server/config/config.example.yaml 改为:config.example.yaml,并根据你实际环境情况进行配置 + - 将/hotgo-server/config/config.example.yaml 改为:config.yaml,并根据你实际环境情况进行配置 web+uinapp端: - 配置服务端地址,包含在一下文件中: From 7c658e26c0d43f32fda14576841a684b499081ec Mon Sep 17 00:00:00 2001 From: anyanfei Date: Wed, 23 Mar 2022 13:59:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fixed:=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3=20mysql=E7=89=88=E6=9C=AC=E4=B8=80=E5=AE=9A=E8=A6=81?= =?UTF-8?q?=E5=A4=A7=E4=BA=8E8.0=EF=BC=8C=E5=90=A6=E5=88=99=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=AF=86=E5=88=AButf8mb4=5F0900=5Fai=5Fci=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f51a5..e3830ad 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ - node版本 >= v14.0.0 - golang版本 >= v1.16 - IDE推荐:Goland -- mysql版本 >=5.7 +- mysql版本 >=8.0 - redis版本 >=5.0 ## 快速开始