kezhenxu94 commented on a change in pull request #7570:
URL: https://github.com/apache/dolphinscheduler/pull/7570#discussion_r774336540
##########
File path: dolphinscheduler-dao/src/main/resources/application-h2.yaml
##########
@@ -18,7 +18,7 @@
spring:
datasource:
driver-class-name: org.h2.Driver
- url:
jdbc:h2:mem:dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true;INIT=runscript
from 'classpath:sql/dolphinscheduler_h2.sql'
+ url:
jdbc:h2:mem:dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
Review comment:
You missed this part
https://github.com/apache/dolphinscheduler/blob/a00c4f9709a3235029a4911d79b0296fb8a3789d/dolphinscheduler-standalone-server/src/main/resources/application.yaml#L34-L36
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]