baishaojie 16691988d9 1 | hace 2 años | |
---|---|---|
api | hace 2 años | |
conf | hace 2 años | |
dist | hace 2 años | |
docs | hace 2 años | |
file | hace 2 años | |
hack | hace 2 años | |
image | hace 2 años | |
internal | hace 2 años | |
manifest | hace 2 años | |
resource | hace 2 años | |
utility | hace 2 años | |
.gitattributes | hace 2 años | |
.gitignore | hace 2 años | |
Makefile | hace 2 años | |
README.MD | hace 2 años | |
__debug_bin.exe | hace 2 años | |
demo.exe | hace 2 años | |
dist.zip | hace 2 años | |
go.mod | hace 2 años | |
go.sum | hace 2 años | |
linux.bat | hace 2 años | |
main.go | hace 2 años | |
neckring | hace 2 años | |
update.sql | hace 2 años |
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
.