update go-zero to v1.4.2 and doc

This commit is contained in:
mikael 2022-12-03 11:41:22 +08:00
parent 6e22117e99
commit 1a699fd221
4 changed files with 14 additions and 13 deletions

View File

@ -12,10 +12,15 @@
#### 老规矩看之前先给个star哈,不star被抓住要打屁股哈哈哈哈哈哈
本人接触go-zero可能比较早go-zero在大约1000star左右我就在用了后来跟go-zero作者加了微信也熟悉了go-zero作者非常热心以及耐心的帮我解答了很多问题我也想积极帮助go-zero推广社区基本是在社区群内回答大家相关的问题因为在这个过程中发现很多人觉得go-zero没有一个完整的项目例子作为想推动社区的一员我就搞了个可用版本开源出来主要技术栈包含如下
##### Tips : 如果你不熟悉这里面很多技术栈也不要怕只要你会mysql、redis可以先启动这两个中间件在启动项目先跑起来项目其他可以慢慢学。
- k8s
- go-zero
- nginx网关
@ -42,10 +47,6 @@
##### Tips : 如果你不熟悉这里面很多技术栈也不要怕只要你会mysql、redis可以先启动这两个中间件在启动项目先跑起来项目其他可以慢慢学。
## 视频教程
这个是我正在录制的go-zero教程https://www.bilibili.com/medialist/play/389552232?from=space&business=space_series&business_id=2122723&desc=1

View File

@ -15,6 +15,12 @@ English | [简体中文](README-cn.md)
I may have contacted go zero earlier. I have been using go zero since about 1000star. Later, I became familiar with the go zero author through wechat. The go zero author was very enthusiastic and patient to help me answer many questions. I also want to actively help go zero promote the community, Basically, I answered the relevant questions in the community group, because in this process, I found that many people felt that go zero did not have a complete project example. As a member of the community who wanted to promote the community, I made an available version open source. The main technology stack includes the following
##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.
- k8s
- go-zero
- nginx-gateway
@ -41,10 +47,6 @@ I may have contacted go zero earlier. I have been using go zero since about 1000
##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.
## Tutorial video
This is the go zero tutorial I'm recording https://www.bilibili.com/medialist/play/389552232?from=space&business=space_series&business_id=2122723&desc=1

View File

@ -62,6 +62,8 @@ The project directory structure is as follows:
## 2. Use to technology stack
##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.

4
go.mod
View File

@ -110,7 +110,3 @@ require (
github.com/zeromicro/go-zero v1.4.2
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
)
replace github.com/casbin/casbin/v2 => github.com/casbin/casbin/v2 v2.11.0
replace github.com/casbin/gorm-adapter/v3 => github.com/casbin/gorm-adapter/v3 v3.0.2