Skip to content

valery1707/springfox-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringFox dependency prepared for use in JDK 9+.

Similar to andreasfrosig's solution in springfox/springfox#2064.

Builded library hosted on JitPack.

For use springfox as module in JKD 9+ project with modules you need only this steps:

  1. Add the JitPack repository to your build file as described in JitPack documentation
  2. Add dependency on com.github.valery1707:springfox-assembly with required version
  3. Remove direct dependency on io.springfox:springfox-core, io.springfox:springfox-spi or io.springfox:springfox-schema
  4. Remove transient dependency on io.springfox:springfox-core, io.springfox:springfox-spi or io.springfox:springfox-schema from libraries such as io.springfox:springfox-swagger2, io.springfox:springfox-swagger-ui and etc.
  5. Replace modules springfox.core and springfox.spi with springfox.assembly

If version is need for you does not exists already - you can request it by creating an Issue.