|
|
@ -31,12 +31,9 @@ spring: |
|
|
|
- taskDefinition |
|
|
|
- taskDefinition |
|
|
|
caffeine: |
|
|
|
caffeine: |
|
|
|
spec: maximumSize=100,expireAfterWrite=300s,recordStats |
|
|
|
spec: maximumSize=100,expireAfterWrite=300s,recordStats |
|
|
|
sql: |
|
|
|
|
|
|
|
init: |
|
|
|
|
|
|
|
schema-locations: classpath:sql/dolphinscheduler_h2.sql |
|
|
|
|
|
|
|
datasource: |
|
|
|
datasource: |
|
|
|
driver-class-name: org.h2.Driver |
|
|
|
driver-class-name: org.h2.Driver |
|
|
|
url: jdbc:h2:mem:dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true |
|
|
|
url: jdbc:h2:mem:dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true;INIT=runscript from 'classpath:sql/dolphinscheduler_h2.sql' |
|
|
|
username: sa |
|
|
|
username: sa |
|
|
|
password: "" |
|
|
|
password: "" |
|
|
|
hikari: |
|
|
|
hikari: |
|
|
|