Home > Back-end >  JDK14 driver files
JDK14 driver files

Time:11-23

JDK14 needs to connect the MySQL database, download the driver file, driver files have method on the installation package is not?

CodePudding user response:

refer to the original poster ghost Sir Reply:
JDK14 needs to connect the MySQL database, download the driver file, driver files have method on the installation package is not?


Import directly as a third party library file

CodePudding user response:

Take a look at this https://blog.51cto.com/gaotengpeng/613014

CodePudding user response:

Create a jar in the Java or lib folder, copy drive inside, add in the build. Is ok,

CodePudding user response:

This method is feasible, thank you
  • Related