|
|
@ -22,17 +22,6 @@ spring: |
|
|
|
jackson: |
|
|
|
jackson: |
|
|
|
time-zone: UTC |
|
|
|
time-zone: UTC |
|
|
|
date-format: "yyyy-MM-dd HH:mm:ss" |
|
|
|
date-format: "yyyy-MM-dd HH:mm:ss" |
|
|
|
cache: |
|
|
|
|
|
|
|
# default enable cache, you can disable by `type: none` |
|
|
|
|
|
|
|
type: none |
|
|
|
|
|
|
|
cache-names: |
|
|
|
|
|
|
|
- tenant |
|
|
|
|
|
|
|
- user |
|
|
|
|
|
|
|
- processDefinition |
|
|
|
|
|
|
|
- processTaskRelation |
|
|
|
|
|
|
|
- taskDefinition |
|
|
|
|
|
|
|
caffeine: |
|
|
|
|
|
|
|
spec: maximumSize=100,expireAfterWrite=300s,recordStats |
|
|
|
|
|
|
|
datasource: |
|
|
|
datasource: |
|
|
|
driver-class-name: org.postgresql.Driver |
|
|
|
driver-class-name: org.postgresql.Driver |
|
|
|
url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler |
|
|
|
url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler |
|
|
|