File tree 4 files changed +0
-37
lines changed
dolphinscheduler-standalone-server/src/main/resources
4 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 102
102
<groupId >org.codehaus.janino</groupId >
103
103
<artifactId >janino</artifactId >
104
104
</dependency >
105
- <dependency >
106
- <groupId >com.github.ben-manes.caffeine</groupId >
107
- <artifactId >caffeine</artifactId >
108
- </dependency >
109
105
110
106
<dependency >
111
107
<groupId >org.apache.hbase.thirdparty</groupId >
Original file line number Diff line number Diff line change @@ -22,17 +22,6 @@ spring:
22
22
jackson :
23
23
time-zone : UTC
24
24
date-format : " yyyy-MM-dd HH:mm:ss"
25
- cache :
26
- # default enable cache, you can disable by `type: none`
27
- type : none
28
- cache-names :
29
- - tenant
30
- - user
31
- - processDefinition
32
- - processTaskRelation
33
- - taskDefinition
34
- caffeine :
35
- spec : maximumSize=100,expireAfterWrite=300s,recordStats
36
25
datasource :
37
26
driver-class-name : org.postgresql.Driver
38
27
url : jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ spring:
20
20
jackson :
21
21
time-zone : UTC
22
22
date-format : " yyyy-MM-dd HH:mm:ss"
23
- cache :
24
- # default enable cache, you can disable by `type: none`
25
- type : none
26
- cache-names :
27
- - tenant
28
- - user
29
- - processDefinition
30
- - processTaskRelation
31
- - taskDefinition
32
- caffeine :
33
- spec : maximumSize=100,expireAfterWrite=300s,recordStats
34
23
datasource :
35
24
driver-class-name : org.postgresql.Driver
36
25
url : jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ spring:
23
23
date-format : " yyyy-MM-dd HH:mm:ss"
24
24
banner :
25
25
charset : UTF-8
26
- cache :
27
- # default enable cache, you can disable by `type: none`
28
- type : none
29
- cache-names :
30
- - tenant
31
- - user
32
- - processDefinition
33
- - processTaskRelation
34
- - taskDefinition
35
- caffeine :
36
- spec : maximumSize=100,expireAfterWrite=300s,recordStats
37
26
sql :
38
27
init :
39
28
schema-locations : classpath:sql/dolphinscheduler_h2.sql
You can’t perform that action at this time.
0 commit comments