Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
7abbb41167
1 changed files with 13 additions and 1 deletions
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -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>
+
+```