kay07

Results 2 issues of kay07

` com.github.xiaoymin knife4j-spring-boot-starter 2.0.4 ` `@Configuration @EnableSwagger2 @EnableKnife4j @Import(BeanValidatorPluginsConfiguration.class) //@ConditionalOnProperty(value = {"knife4j.enable"},matchIfMissing = true) @Profile("!pro") public class Swagger2Config { @Bean public Docket createRestApi() { return (new Docket(DocumentationType.SWAGGER_2)).enable(true) .apiInfo(apiInfo()) .select() .apis(RequestHandlerSelectors.withMethodAnnotation(ApiOperation.class))...

Why don't I need to specify the s7 type when I create a s7,and which versions of s7 are supported

question