Java program to operate the database, be sure to use the JDBC technology?

<-! MySQL driver, connect to the database using, provided by the database vendor ->

<dependency>

<groupId>mysql</groupId>

<artifactId>mysql-connector-java</artifactId>

<version>5.1.25</version>

</dependency>

<dependency>

We have this package on the line

Guess you like

Origin www.cnblogs.com/q2546/p/11463391.html