News

This code example shows how to establish a connection to a mysql database. To make sure this code works in your case, you must include the mysql connector for java into your project's "Referenced ...
First of all you need a database. This simple example has been tested with MySQL 8 and get one up and running quickly with Docker. docker run --name my-mysql -e MYSQL_ROOT_PASSWORD=secretP4ssword -p ...