baishaojie 16691988d9 1 | há 2 anos atrás | |
---|---|---|
api | há 2 anos atrás | |
conf | há 2 anos atrás | |
dist | há 2 anos atrás | |
docs | há 2 anos atrás | |
file | há 2 anos atrás | |
hack | há 2 anos atrás | |
image | há 2 anos atrás | |
internal | há 2 anos atrás | |
manifest | há 2 anos atrás | |
resource | há 2 anos atrás | |
utility | há 2 anos atrás | |
.gitattributes | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
Makefile | há 2 anos atrás | |
README.MD | há 2 anos atrás | |
__debug_bin.exe | há 2 anos atrás | |
demo.exe | há 2 anos atrás | |
dist.zip | há 2 anos atrás | |
go.mod | há 2 anos atrás | |
go.sum | há 2 anos atrás | |
linux.bat | há 2 anos atrás | |
main.go | há 2 anos atrás | |
neckring | há 2 anos atrás | |
update.sql | há 2 anos atrás |
Project Makefile Commands:
make cli
: Install or Update to the latest GoFrame CLI tool.make dao
: Generate go files for Entity/DAO/DO
according to the configuration file from hack
folder.make service
: Parse logic
folder to generate interface go files into service
folder.make image TAG=xxx
: Run docker build
to build image according manifest/docker
.make image.push TAG=xxx
: Run docker build
and docker push
to build and push image according manifest/docker
.make deploy TAG=xxx
: Run kustomize build
to build and deploy deployment to kubernetes server group according manifest/deploy
.