-
Notifications
You must be signed in to change notification settings - Fork 638
[ISSUE #5039]support full sync of mysql #5038
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
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
* use conf instead of resource * prepare for full and check * more and more * mysql type for read * mysql type for read * close to finish full read and begin full write * do full write * prepare for full write * close to finish full read and begin full write * close to finish full read and begin full write * close to finish full read and begin full write * fix commit execute * fix checkstyle and license * fix checkstyle and license * fix checkstyle and license
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