Skip to content

Commit

Permalink
springdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 17, 2023
1 parent c7652a9 commit 9e2c85e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter'
compileOnly 'org.springframework.boot:spring-boot-starter-validation'

compileOnly "org.springdoc:springdoc-openapi-ui:${revOpenapi}"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${revSpringDoc}"

implementation "org.apache.commons:commons-lang3"

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
revJq = '0.0.13'
revJsr311Api = '1.1.1'
revMockServerClient = '5.12.0'
revOpenapi = '1.6.+'
revSpringDoc = '2.1.0'
revOrkesQueues = '1.0.7'
revPowerMock = '2.0.9'
revProtoBuf = '3.21.12'
Expand Down
2 changes: 1 addition & 1 deletion rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {

implementation "com.netflix.runtime:health-api:${revHealth}"

implementation "org.springdoc:springdoc-openapi-ui:${revOpenapi}"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${revSpringDoc}"
}
3 changes: 2 additions & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation "io.orkes.queues:orkes-conductor-queues:${revOrkesQueues}"

implementation "org.springdoc:springdoc-openapi-ui:${revOpenapi}"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${revSpringDoc}"


runtimeOnly "org.glassfish.jaxb:jaxb-runtime:${revJAXB}"

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring.application.name=conductor
springdoc.api-docs.path=/api-docs
loadSample=true

conductor.db.type=memory
conductor.db.type=redis_standalone
conductor.queue.type=redis_standalone

conductor.indexing.enabled=false
Expand Down

0 comments on commit 9e2c85e

Please sign in to comment.