We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c645 commit 97651e9Copy full SHA for 97651e9
api-boot-samples/api-boot-sample-swagger/README.md
@@ -16,6 +16,10 @@
16
17
> 注意:`ApiBoot`所提供的依赖都不需要添加版本号,但是需要添加版本依赖,具体查看[ApiBoot版本依赖](https://github.com/hengboy/api-boot/blob/master/README.md#%E6%B7%BB%E5%8A%A0%E7%89%88%E6%9C%AC%E4%BE%9D%E8%B5%96)
18
19
+### @EnableApiBootSwagger
20
+
21
+在添加依赖后需要通过`@EnableApiBootSwagger`注解进行开启`ApiBoot Swagger`相关的配置信息自动化构建,可以配置在XxxApplication入口类上,也可以是配置类,让`SpringBoot`加载到即可。
22
23
### 相关配置
24
25
| 配置参数 | 参数介绍 | 默认值 |
0 commit comments