This is a simple java project for setting up a connection to a database. It uses Maven to manage dependencies and docker to run the database.
To start the database, run the following command in the project root directory:
docker-compose up
Connection String: mysql://localhost:3306
Username: root
Password: example
The MySQL JDBC driver is included in the project. Most IDEs will automatically download the dependency for you. If not, view Maven in 5 minutes and the pom.xml file of this project.