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
试了下不支持多版本控制,如:/api/v1/service1, /api/v2/service1, 我看了下abp的代码好像有个AddAbpApiVersioning,可以研究下把它引进来,不然没法用
The text was updated successfully, but these errors were encountered:
可以设置 [DynamicWebApi(Module="v1")] ,ApiVersioning 这个 MS 有个库,我们后面研究看是否引入进来
Sorry, something went wrong.
DynamicWebApi[module='v1']这种方式对applicationservice这一层有侵入,最好直接把AspNetCore.Mvc.Versioning引进来支持就行了,期待新版本就完美了,即可用上生产系统,去掉现有的controll了。
这个问题解决了吗?
No branches or pull requests
试了下不支持多版本控制,如:/api/v1/service1,
/api/v2/service1,
我看了下abp的代码好像有个AddAbpApiVersioning,可以研究下把它引进来,不然没法用
The text was updated successfully, but these errors were encountered: