Commit 5f5e53dda0e5662644168728f8340d6d1bb766a9

Authored by 黄 x
1 parent 8bbb6533

remove xiaoymin swagger ui

@@ -81,11 +81,11 @@ @@ -81,11 +81,11 @@
81 <groupId>org.thingsboard.common.transport</groupId> 81 <groupId>org.thingsboard.common.transport</groupId>
82 <artifactId>mqtt</artifactId> 82 <artifactId>mqtt</artifactId>
83 </dependency> 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 <dependency> 89 <dependency>
90 <groupId>org.thingsboard.common.transport</groupId> 90 <groupId>org.thingsboard.common.transport</groupId>
91 <artifactId>tcp</artifactId> 91 <artifactId>tcp</artifactId>
@@ -196,9 +196,9 @@ public class SwaggerConfiguration { @@ -196,9 +196,9 @@ public class SwaggerConfiguration {
196 .showCommonExtensions(false) 196 .showCommonExtensions(false)
197 .supportedSubmitMethods(UiConfiguration.Constants.DEFAULT_SUBMIT_METHODS) 197 .supportedSubmitMethods(UiConfiguration.Constants.DEFAULT_SUBMIT_METHODS)
198 .validatorUrl(null) 198 .validatorUrl(null)
199 -// .persistAuthorization(true)  
200 -// .syntaxHighlightActivate(true)  
201 -// .syntaxHighlightTheme("agate") 199 + .persistAuthorization(true)
  200 + .syntaxHighlightActivate(true)
  201 + .syntaxHighlightTheme("agate")
202 .build(); 202 .build();
203 } 203 }
204 204