Aucune description

ltotal 088fe332fc changes il y a 2 ans
api 088fe332fc changes il y a 2 ans
hack 088fe332fc changes il y a 2 ans
internal 088fe332fc changes il y a 2 ans
manifest 088fe332fc changes il y a 2 ans
resource 32a9871819 changes il y a 2 ans
utility 32a9871819 changes il y a 2 ans
.gitattributes 32a9871819 changes il y a 2 ans
.gitignore 32a9871819 changes il y a 2 ans
Makefile 32a9871819 changes il y a 2 ans
README.MD 32a9871819 changes il y a 2 ans
go.mod 32a9871819 changes il y a 2 ans
go.sum 32a9871819 changes il y a 2 ans
main.go 5d2ccc4ec6 changes il y a 2 ans

README.MD

GoFrame Template For SingleRepo

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.