Skip to content

Commit

Permalink
perf($Knife4j): roll back to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jun 20, 2021
1 parent 30942cb commit 3c0ce61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@
<mybatis-plus-boot-starter.version>3.4.2</mybatis-plus-boot-starter.version>
<hutool-all.version>5.6.6</hutool-all.version>
<guava.version>30.0-jre</guava.version>
<knife4j.version>3.0.2</knife4j.version>
<knife4j.version>2.0.8</knife4j.version>
<jjwt.version>0.11.2</jjwt.version>
<java-faker.version>1.0.2</java-faker.version>
<easyexcel.version>2.2.6</easyexcel.version>
<poi.version>5.0.0</poi.version>
<logstash-logback-encoder.version>6.6</logstash-logback-encoder.version>
<minio.version>8.2.1</minio.version>
<apache-tika.version>1.26</apache-tika.version>
</properties>

<!-- The modules (sometimes called subprojects) to build as a part of this project. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import springfox.documentation.service.Contact;
import springfox.documentation.spi.DocumentationType;
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;

import javax.annotation.PostConstruct;

Expand All @@ -26,7 +26,7 @@
**/
@Slf4j
@Configuration
@EnableSwagger2
@EnableSwagger2WebMvc
@RequiredArgsConstructor
public class Swagger2Configuration {
private final MafConfiguration mafConfiguration;
Expand Down

0 comments on commit 3c0ce61

Please sign in to comment.