nrburnette / taskmanager

a project I began to help me learn about REST, MAVEN, DROPWIZARD, JAVA
0 stars 0 forks source link

Stuck getting a java configuration to build, possibly JDBI drivers #1

Open nrburnette opened 11 months ago

nrburnette commented 11 months ago

This is a Java project I started to help me learn about Maven, Dropwizard, RESTful APIs. I am a computer science student at SNHU looking to enhance my education. I am also learning about how GitHub works, so forgive any misguided placements or shortcomings.

The program is a simple task management idea that should connect to a database on Amazon RDS, which is setup. I am stuck in the build configuration somewhere with JDBI drivers, I think.

nrburnette commented 11 months ago

I resolved this issue. I discovered that while I had added the mysql dependency into the pom.xml file, I had not downloaded the mysql drivers from the https://dev.mysql.com/downloads/connector/j/ website, this resolved the problem. I had been focusing on the red errors previously. When I when and looked at the first warning, I discovered the problem.