From 46d85446f8713b61eb6cd19ddca54831946bdf1d Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sun, 23 Oct 2016 12:17:34 +0200 Subject: [PATCH] Fix MySQL JDBC driver JAR name --- src/main/resources/db/mysql/petclinic_db_setup_mysql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt index 21f616109..2e430e02b 100644 --- a/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt +++ b/src/main/resources/db/mysql/petclinic_db_setup_mysql.txt @@ -16,7 +16,7 @@ included in Petclinic pom.xml file. See the MySQL maven profile. Alternatively, download Connector/J JDBC driver from here: http://dev.mysql.com/downloads/connector/j/ - and copy the PostgreSQL JDBC driver JAR file (e.g., postgresql-9.4.1211.jre7.jar). + and copy the MySQL JDBC driver JAR file (e.g., mysql-connector-java-5.1.5-bin.jar). 3) Change connection parameters into the MySQL profile of the pom.xml. Build and starth the web app with the MySQL profile: