-
Notifications
You must be signed in to change notification settings - Fork 642
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
[ISSUE #5039]support full sync of mysql #5038
Conversation
implementation "com.alibaba:druid-spring-boot-starter" | ||
implementation 'com.mysql:mysql-connector-j' | ||
compileOnly 'org.projectlombok:lombok' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mysql-connector-j
artifact with implementation
namespace introduces incompatible license.
I will submit a PR and add The GNU General Public License, v2 with Universal FOSS Exception, v1.0
in deniedLicenses
later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see #5043
Fixes #5039
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation