Home > Back-end >  How to solve the SPRINGBOOT version dependent on conflict?
How to solve the SPRINGBOOT version dependent on conflict?

Time:03-13

Have two framework, a dependence on mysql - connector5 is dependent on mysql connector - 6, how to integrate together?
Another query depend on the version of the problem from? Or choose version?

CodePudding user response:

Maven dependency exclusions label, eliminate one of the dependent, and then look at running status

CodePudding user response:

Idea of maven helper, or use the maven command, see what did you do depend on the package, is a system depends on two frameworks, two frameworks depend on mysql5 respectively, 6, the first statement depends on first use, relevant maven rely on strategy can the watch
  • Related