-3

what is the springfox. i saw in the pom.xml properties. but i can't understand the springfox.

<dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
            <version>${springfox.version}</version>
</dependency>

like above, i don't understand what it means and how exactly it works. I searched about it but there's no information what springfox is.

Dilip Krishnan
  • 5,417
  • 3
  • 37
  • 53
Moon Taejin
  • 351
  • 3
  • 9
  • 21

1 Answers1

3

SpringFox is an automated API documentation generator for API's built with Spring-Mvc or Spring Boot. The latest released version as of this posting is 2.4.0

Dilip Krishnan
  • 5,417
  • 3
  • 37
  • 53