In which maven repo can I find springfox-spring-webflux ? I am trying to using springfox-spring-weblux for spring-weblflux project. Can someone please tell me in which maven repository can I find this project.
移除了@EnableSwagger2 新增了springfox-boot-starter 1.添加依赖 是的你没看错,直接提供了springboot的start gradle compile group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0' maven <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <...
Configuration for webflux support enabled: @Configuration @EnableSwagger2WebFlux @Import(BeanValidatorPluginsConfiguration.class) public class SwaggerConfig { I use springfox-swagger2:3.0.0-SNAPSHOT version Thanks. dilipkrishmentioned this issueJun 27, 2020 ...
现在后台基本都用到了swagger,无论开发人员调试测试,还是前端用,都很方便,前段时间如果用SpringWebflux的话,只能用3.0快照版,不过最近已经发布了正式版,时隔2年多,新版本还是有很大的变化。 https://github.com/springfox/springfox NOTE: Would love feedback to make this better Remove explicit dependencies on sp...
[advice] IF it Support for SpringBoot 2.x WebFlux, maybe we can use YAML To configure the Api ApiOperation ApiImplicitParam Mapping and ... Come on, I'm looking forward to your next version