File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
server/api-service/lowcoder-server
src/main/java/org/lowcoder/api Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7777 <groupId >org.springdoc</groupId >
7878 <artifactId >springdoc-openapi-starter-webflux-ui</artifactId >
7979 </dependency >
80- <dependency >
81- <groupId >org.springdoc</groupId >
82- <artifactId >springdoc-openapi-webflux-ui</artifactId >
83- <version >1.8.0</version >
84- </dependency >
8580 <dependency >
8681 <groupId >io.projectreactor.tools</groupId >
8782 <artifactId >blockhound</artifactId >
Original file line number Diff line number Diff line change 1212import io .swagger .v3 .oas .models .servers .ServerVariables ;
1313import io .swagger .v3 .oas .models .tags .Tag ;
1414import org .lowcoder .sdk .config .CommonConfig ;
15- import org .springdoc .core .customizers .OpenApiCustomiser ;
15+ import org .springdoc .core .customizers .OpenApiCustomizer ;
1616import org .springframework .beans .factory .annotation .Autowired ;
1717import org .springframework .beans .factory .annotation .Value ;
1818import org .springframework .context .annotation .Bean ;
@@ -135,7 +135,7 @@ private Server createCustomServer() {
135135 * Customizes the OpenAPI spec at runtime to sort tags and paths.
136136 */
137137 @ Bean
138- public OpenApiCustomiser sortOpenApiSpec () {
138+ public OpenApiCustomizer sortOpenApiSpec () {
139139 return openApi -> {
140140 // Sort tags alphabetically
141141 if (openApi .getTags () != null ) {
You can’t perform that action at this time.
0 commit comments