api文档生成 Automated JSON API documentation for API's built with Spring https://github.com/springfox/springfox

天问 7abbb41167 Update 'README.md' 10 months ago
README.md 7abbb41167 Update 'README.md' 10 months ago

README.md

springfox

api文档生成 Automated JSON API documentation for API's built with Spring

Usage

在spring项目中:

<dependency>
    <groupId>io.springfox</groupId>
    <artifactId>springfox-boot-starter</artifactId>
    <version>3.0.0</version>
</dependency>