First of I am using the play framework (Java) version 2.38. I am trying to connect MySQL to my application and it is giving me an unresolved dependency error. I have looked at all threads here on this topic and nothing has worked, this is what I have... Application.conf db.default.driver=com.mysql.jdbc.Driver db.default.url="jdbc:mysql://127.0.0.1:3306/mydatabase" db.default.user=root db.default.p
