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
升级swagger 3.0之后,配置docket不生效,都是default,配置如下: swagger: title: Mybatis APIs description: API接口文档 version: 1.0 docket: web-mybatis: base-package: com.web.controller
The text was updated successfully, but these errors were encountered:
新版本还没release,分组模式还没实现
Sorry, something went wrong.
No branches or pull requests
升级swagger 3.0之后,配置docket不生效,都是default,配置如下:
swagger:
title: Mybatis APIs
description: API接口文档
version: 1.0
docket:
web-mybatis:
base-package: com.web.controller
The text was updated successfully, but these errors were encountered: