We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个脚手架太好用了,一键创建完项目基本上只用写业务逻辑就行了,如果只想生成一个只有http server 的项目模板没有grpc的模板该怎么做,现在好像默认grpc server 是必须的,能否做成可配置的或者生成项目模板的时候选择只生成 http server 不要grpc server
The text was updated successfully, but these errors were encountered:
感谢使用。可以按以下步骤操作: 1、升级cli: eagle upgrade 到最新版: v0.17.0 2、新建项目:
eagle upgrade
eagle new -b http
eagle new
如有问题欢迎继续讨论。
Sorry, something went wrong.
更新:
现在默认是只创建 http server,因为使用这种场景的还是更多一些。具体操作步骤如下:
1、升级cli: eagle upgrade 到最新版: v0.18.0 2、新建项目:
eagle new -b=main
然后根据提示进行操作即可运行。
PS: 运行时需要配置mysql和redis,否则会报相关的连接错误。
佬,我看layout的仓库main和http分支的代码好像是一样的 @qloog
没错,大同小异,main 支持 http+grpc, http只支持 http
No branches or pull requests
这个脚手架太好用了,一键创建完项目基本上只用写业务逻辑就行了,如果只想生成一个只有http server 的项目模板没有grpc的模板该怎么做,现在好像默认grpc server 是必须的,能否做成可配置的或者生成项目模板的时候选择只生成 http server 不要grpc server
The text was updated successfully, but these errors were encountered: