News

Java program that connects to a MySQL database and execute some basic queries. You need to add the "mysql-connector-java-8.0.20.jar" to the project library.
This is an example how to link java Classes to mysql. I workerd in a jpa project using maven. The main idea: There is a Student with a list of Mark (as we usualy do in java) but this time we want to ...