Commit c9d47f2e authored by linruibiao's avatar linruibiao

更换swagger风格

parent 780d72b9
...@@ -127,12 +127,17 @@ ...@@ -127,12 +127,17 @@
<version>${gson.version}</version> <version>${gson.version}</version>
</dependency> </dependency>
<!--<dependency>-->
<!--<groupId>io.springfox</groupId>-->
<!--<artifactId>springfox-boot-starter</artifactId>-->
<!--<version>${swagger.fox.version}</version>-->
<!--</dependency>-->
<!-- swagger2 -->
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>com.github.xiaoymin</groupId>
<artifactId>springfox-boot-starter</artifactId> <artifactId>knife4j-spring-boot-starter</artifactId>
<version>${swagger.fox.version}</version> <version>3.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId> <artifactId>spring-boot-starter-freemarker</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