mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
Fix MySQL JDBC driver JAR name
This commit is contained in:
parent
4096087369
commit
46d85446f8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue