Browse Source

[Chore] Disable composite indicator (#16172)

dev
Wenjun Ruan 4 months ago committed by GitHub
parent
commit
3f3f0cd4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dolphinscheduler-api/src/main/resources/application.yaml
  2. 1
      dolphinscheduler-master/src/main/resources/application.yaml
  3. 1
      dolphinscheduler-standalone-server/src/main/resources/application.yaml
  4. 1
      dolphinscheduler-worker/src/main/resources/application.yaml

2
dolphinscheduler-api/src/main/resources/application.yaml

@ -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

1
dolphinscheduler-master/src/main/resources/application.yaml

@ -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:

1
dolphinscheduler-standalone-server/src/main/resources/application.yaml

@ -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

1
dolphinscheduler-worker/src/main/resources/application.yaml

@ -23,6 +23,7 @@ spring:
autoconfigure:
exclude:
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
cloud.discovery.client.composite-indicator.enabled: false
registry:
type: zookeeper

Loading…
Cancel
Save