Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide ability to specify JDBC connection string #354

Open
iirekm opened this issue Jan 18, 2023 · 1 comment
Open

Provide ability to specify JDBC connection string #354

iirekm opened this issue Jan 18, 2023 · 1 comment

Comments

@iirekm
Copy link

iirekm commented Jan 18, 2023

For example our MySQL server on Azure requires the following:
jdbc:mysql://...?useSSL=true&requireSSL=true&useTimezone=true&serverTimezone=UTC&enabledTLSProtocols=TLSv1.2

  • There's no way to specify those parameters with your connector (and so I get "No appropriate protocol"), after fixing that I'd probably get error about wrong timestamp params.
  • Specifying the things with one parameter makes Spring Boot / Docker / Kubernetes production deployments easier (just 1 param, not 10)
@DevPJ9
Copy link

DevPJ9 commented Jan 18, 2023

Hello @iirekm . I would like to work on this, if it is available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants