标签: spring-boot
@配置 @ EnableSwagger2 公共类SwaggerConfig {
//Bean - Docket @Bean public Docket api() { return new Docket(DocumentationType.SWAGGER_2); }