cdmikechen commented on PR #969: URL: https://github.com/apache/submarine/pull/969#issuecomment-1159843314
```yaml jdbc.url: "jdbc:mysql://127.0.0.1:3306/submarine?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC&useTimezone=true&useLegacyDatetimeCode=true" ``` If we choose to replace XML configuration based on ConfigMap, I suggest changing `127.0.0.1` to `MySQL` service name. And it is better to provide a method/solution so that developers can easily develop and debug on their computers. -- 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]
