|
@@ -1,3 +1,15 @@
|
|
# springfox
|
|
# springfox
|
|
|
|
|
|
-api文档生成 Automated JSON API documentation for API's built with Spring
|
|
|
|
|
|
+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>
|
|
|
|
+
|
|
|
|
+```
|