Commit 505418fe authored by yanzg's avatar yanzg

接口文档的支持

parent 354c018d
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<mysql.version>6.0.6</mysql.version> <mysql.version>6.0.6</mysql.version>
<poi.version>3.9</poi.version> <poi.version>3.9</poi.version>
<yzg.version>1.0-SNAPSHOT</yzg.version> <yzg.version>1.0-SNAPSHOT</yzg.version>
<swagger.version>2.9.2</swagger.version> <swagger.version>2.8.0</swagger.version>
</properties> </properties>
<!--<scm>--> <!--<scm>-->
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId> <artifactId>spring-cloud-starter-config</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment