File tree 3 files changed +8827
-11718
lines changed
api-service/lowcoder-server
src/main/java/org/lowcoder/api
3 files changed +8827
-11718
lines changed Original file line number Diff line number Diff line change 79
79
</dependency >
80
80
<dependency >
81
81
<groupId >org.springdoc</groupId >
82
- <artifactId >springdoc-openapi-core </artifactId >
83
- <version >1.1.49 </version >
82
+ <artifactId >springdoc-openapi-webflux-ui </artifactId >
83
+ <version >1.8.0 </version >
84
84
</dependency >
85
85
<dependency >
86
86
<groupId >io.projectreactor.tools</groupId >
Original file line number Diff line number Diff line change 12
12
import io .swagger .v3 .oas .models .servers .ServerVariables ;
13
13
import io .swagger .v3 .oas .models .tags .Tag ;
14
14
import org .lowcoder .sdk .config .CommonConfig ;
15
- import org .springdoc .api .OpenApiCustomiser ;
15
+ import org .springdoc .core . customizers .OpenApiCustomiser ;
16
16
import org .springframework .beans .factory .annotation .Autowired ;
17
17
import org .springframework .beans .factory .annotation .Value ;
18
18
import org .springframework .context .annotation .Bean ;
You can’t perform that action at this time.
0 commit comments