Commit 5f5e53dda0e5662644168728f8340d6d1bb766a9

Authored by 黄 x
1 parent 8bbb6533

remove xiaoymin swagger ui

... ... @@ -81,11 +81,11 @@
81 81 <groupId>org.thingsboard.common.transport</groupId>
82 82 <artifactId>mqtt</artifactId>
83 83 </dependency>
84   - <dependency>
85   - <groupId>com.github.xiaoymin</groupId>
86   - <artifactId>knife4j-spring-boot-starter</artifactId>
87   - <version>3.0.3</version>
88   - </dependency>
  84 +<!-- <dependency>-->
  85 +<!-- <groupId>com.github.xiaoymin</groupId>-->
  86 +<!-- <artifactId>knife4j-spring-boot-starter</artifactId>-->
  87 +<!-- <version>3.0.3</version>-->
  88 +<!-- </dependency>-->
89 89 <dependency>
90 90 <groupId>org.thingsboard.common.transport</groupId>
91 91 <artifactId>tcp</artifactId>
... ...
... ... @@ -196,9 +196,9 @@ public class SwaggerConfiguration {
196 196 .showCommonExtensions(false)
197 197 .supportedSubmitMethods(UiConfiguration.Constants.DEFAULT_SUBMIT_METHODS)
198 198 .validatorUrl(null)
199   -// .persistAuthorization(true)
200   -// .syntaxHighlightActivate(true)
201   -// .syntaxHighlightTheme("agate")
  199 + .persistAuthorization(true)
  200 + .syntaxHighlightActivate(true)
  201 + .syntaxHighlightTheme("agate")
202 202 .build();
203 203 }
204 204
... ...