Spring Swagger UI: what is difference between io.swagger, io.springfox, and com.mangofactory -
i working on integrating swagger ui spring boot mvc app , curious differences between these libraries.
i looked @ each on mvnrepository.com , done different groups seem same thing. hoping clear idea of differences between these , if 1 recommended on others. notice swagger-core module io.swagger has usages.
thanks!
here an explanation of different libraries.
springfox in sense v2 of swagger library used packaged mangofactory
. happened transitioned using private repo creating github organization support development team.
in short mangofactory
evolved springfox
supports 2.0 version of swagger spec (in addition 1.2). clear springfox , predecessor supports spring mvc.
io.swagger
mother ship if will. has great support spring , jax-rs. if you're looking support jax-rs based services using spring or otherwise that's great option.
Comments
Post a Comment