fixed typo: reds to redis (#3664)
This commit is contained in:
committed by
GitHub
parent
36bbc6a2e2
commit
35edd6b19d
@@ -217,7 +217,7 @@ go get -u github.com/zeromicro/go-zero
|
|||||||
|
|
||||||
5. Write the business logic code
|
5. Write the business logic code
|
||||||
|
|
||||||
* the dependencies can be passed into the logic within servicecontext.go, like mysql, reds, etc.
|
* the dependencies can be passed into the logic within servicecontext.go, like mysql, redis, etc.
|
||||||
* add the logic code in a logic package according to .api file
|
* add the logic code in a logic package according to .api file
|
||||||
|
|
||||||
6. Generate code like Java, TypeScript, Dart, JavaScript, etc. just from the api file
|
6. Generate code like Java, TypeScript, Dart, JavaScript, etc. just from the api file
|
||||||
|
|||||||
Reference in New Issue
Block a user