aaronfox
08/14/2017, 6:44 PM<dependency>
<groupId>com.mysql</groupId>
<artifactId>jdbc</artifactId>
<version>5.1.43</version>
</dependency>
v79
08/14/2017, 6:51 PMcompile group: 'mysql', name: 'mysql-connector-java', version: '8.0.7-dmr'
aaronfox
08/15/2017, 12:00 PMgildor
08/15/2017, 12:56 PMaaronfox
08/15/2017, 1:19 PMgildor
08/16/2017, 1:33 AMcom.mysql.jdbc.Driver()
in runtime?aaronfox
08/16/2017, 6:39 PMClass.forName("com.mysql.jdbc.Driver")
com.mysql.jdbc.Driver()
but it still throws an exception when it attempts to perform a transaction stating there is no suitable driver when there clearly is