odessajavaclub / coffee-pot

A simple java application to practice with new technologies and for fun
https://odessajavaclub.github.io/
The Unlicense
1 stars 0 forks source link

Refactor springfox usage #65

Open msashkin opened 4 years ago

msashkin commented 4 years ago

https://springfox.github.io/springfox/docs/current/

  1. Remove library inclusions of earlier releases. Specifically remove springfox-swagger2 and springfox-swagger-ui inclusions.
  2. Remove the @EnableSwagger2 annotations
  3. Add the springfox-boot-starter
  4. Springfox 3.x removes dependencies on guava and other 3rd party libraries (not zero dep yet! depends on spring plugin and open api libraries for annotations and models) so if you used guava predicates/functions those will need to transition to java 8 function interfaces
github-actions[bot] commented 4 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days