Skip to content

APBC123/API_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

命令

goctl api new suggest

goctl api go -api suggest.api -dir . style go_zero

# 启动服务(需预先启动Redis)
cd suggest

go run suggest.go -f etc/suggest-api.yaml

# 配置文件(可修改MySQL及Redis配置)
suggest-api.yaml

# 访问端口
https://127.0.0.1:8888/api/suggest?keyword=

# 主要业务代码位置
cd suggest\internal\logic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages