[Chore] Disable composite indicator (#16172)
This commit is contained in:
parent
9bfc10d348
commit
3f3f0cd4cb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ spring:
|
|||
autoconfigure:
|
||||
exclude:
|
||||
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
||||
cloud.discovery.client.composite-indicator.enabled: false
|
||||
|
||||
registry:
|
||||
type: zookeeper
|
||||
|
|
|
|||
Loading…
Reference in New Issue