File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ version = "${libs.versions.kotlin.get()}-SNAPSHOT"
99dependencies {
1010 implementation(libs.spring.boot.starter.webflux)
1111 implementation(libs.spring.boot.docker.compose)
12+ implementation(libs.springdoc.webflux)
1213 implementation(libs.org.eclipse.lsp4j)
1314 implementation(libs.kotlinx.coroutines.reactor)
1415 testImplementation(libs.kotlin.test)
Original file line number Diff line number Diff line change 77spring :
88 docker :
99 compose :
10- file : completions/lsp-compose.yml
10+ file : completions/lsp-compose.yml
11+ springdoc :
12+ swagger-ui :
13+ enabled : true
14+ path : /api-docs/swagger-ui.html
Original file line number Diff line number Diff line change 33lsp :
44 host : {$LSP_HOST:localhost}
55 port : ${LSP_PORT:9999}
6- reconnection-retries : 10
6+ reconnection-retries : 10
7+ springdoc :
8+ swagger-ui :
9+ enabled : false
You can’t perform that action at this time.
0 commit comments