We are using 3.0.0-SNAPSHOT version of springfox because it has the integration with latest release version of spring-data-rest included with spring-boot 2.0.3.RELEASE.
As of yesterday August 19, 2018 the class springfox.documentation.swagger2.annotations.EnableSwagger2 is no longer in the source.
We need to know how to migrate existing code that uses @EnableSwagger2 annotation.
Please take the time to search the repository, if your question has already been asked or answered.
3.0.0-SNAPSHOT
What kind of issue is this?
[X ] Question. Is this a question about how to do a certain thing?
[ ] Bug report. If you鈥檝e found a bug, spend the time to write a failing test. Bugs with tests or
steps to reproduce get fixed faster. Here鈥檚 an example: https://gist.github.com/swankjesse/6608b4713ad80988cdc9
Latest springfox master version: d6c72bf8623b3efaebb3e276154cf98f5fdf8af6
Please do consider starring this repository if you do like this project and find it useful.
Done. Thanks for a great project!
OK I have figured it out as follows...
springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc implementation("io.springfox:springfox-spring-web:${springFoxSwaggerVersion}")
implementation("io.springfox:springfox-spring-webmvc:${springFoxSwaggerVersion}")
Then we have things working as before. I am closing this issue.
@farrukhnajmi, this is still pre-release. It might change before its released.
Hi Guys,
We desperately need this version. Is there any tentative plan for the final release?
Best Regards,
Joga
Most helpful comment
OK I have figured it out as follows...
springfox.documentation.swagger2.annotations.EnableSwagger2WebMvcThen we have things working as before. I am closing this issue.