kezhenxu94 commented on pull request #7003:
URL: https://github.com/apache/dolphinscheduler/pull/7003#issuecomment-979306551
> I have two questions:
> (1) who will init class DolphinSchedulerManager by "public
DolphinSchedulerManager(DataSource dataSource, List daos)" ?
Spring will init this
> (2) how to send env to datasource like
"export=${DATABASE_PARAMS:-"characterEncoding=utf8"}" ?
Use this environment variable to override the JDBC URL
`SPRING_DATASOURCE_URL=jdbc:postgresql://127.0.0.1:5432/dolphinscheduler?characterEncoding=utf8`
--
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]