baishaojie 16691988d9 1 | пре 2 година | |
---|---|---|
api | пре 2 година | |
conf | пре 2 година | |
dist | пре 2 година | |
docs | пре 2 година | |
file | пре 2 година | |
hack | пре 2 година | |
image | пре 2 година | |
internal | пре 2 година | |
manifest | пре 2 година | |
resource | пре 2 година | |
utility | пре 2 година | |
.gitattributes | пре 2 година | |
.gitignore | пре 2 година | |
Makefile | пре 2 година | |
README.MD | пре 2 година | |
__debug_bin.exe | пре 2 година | |
demo.exe | пре 2 година | |
dist.zip | пре 2 година | |
go.mod | пре 2 година | |
go.sum | пре 2 година | |
linux.bat | пре 2 година | |
main.go | пре 2 година | |
neckring | пре 2 година | |
update.sql | пре 2 година |
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
.