Skip to content

Commit

Permalink
[Chore] Disable composite indicator (#16172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed Jun 20, 2024
1 parent 9bfc10d commit 3f3f0cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dolphinscheduler-api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ spring:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
static-path-pattern: /static/**
cloud.discovery.client.composite-indicator.enabled: false

springdoc:
swagger-ui:
path: /swagger-ui.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spring:
org.quartz.scheduler.makeSchedulerThreadDaemon: true
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
org.quartz.jobStore.clusterCheckinInterval: 5000
cloud.discovery.client.composite-indicator.enabled: false

# Mybatis-plus configuration, you don't need to change it
mybatis-plus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spring:
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
cloud.discovery.client.composite-indicator.enabled: false

mybatis-plus:
mapper-locations: classpath:org/apache/dolphinscheduler/dao/mapper/*Mapper.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spring:
autoconfigure:
exclude:
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
cloud.discovery.client.composite-indicator.enabled: false

registry:
type: zookeeper
Expand Down

0 comments on commit 3f3f0cd

Please sign in to comment.