Project Makefile Commands:
make cli: Install or Update to the latest GoFrame CLI tool.make dao: Generate go files forEntity/DAO/DOaccording to the configuration file fromhackfolder.make service: Parselogicfolder to generate interface go files intoservicefolder.make image TAG=xxx: Rundocker buildto build image accordingmanifest/docker.make image.push TAG=xxx: Rundocker buildanddocker pushto build and push image accordingmanifest/docker.make deploy TAG=xxx: Runkustomize buildto build and deploy deployment to kubernetes server group accordingmanifest/deploy.