Skip to content

Commit

Permalink
Upgrade MySQL Driver to 8.0.1 in order to support LocalDate
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Jun 27, 2018
1 parent dea6801 commit 72ef63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<assertj.version>2.2.0</assertj.version>

<!-- Others -->
<mysql-driver.version>5.1.36</mysql-driver.version>
<mysql-driver.version>8.0.11</mysql-driver.version>

<postgresql-driver.version>9.4.1211.jre7</postgresql-driver.version>

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before do this, would be good to check properties defined in MySQL profile insid
```
<properties>
<jpa.database>MYSQL</jpa.database>
<jdbc.driverClassName>com.mysql.jdbc.Driver</jdbc.driverClassName>
<jdbc.driverClassName>com.mysql.cj.jdbc.Driver</jdbc.driverClassName>
<jdbc.url>jdbc:mysql://localhost:3306/petclinic?useUnicode=true</jdbc.url>
<jdbc.username>root</jdbc.username>
<jdbc.password>petclinic</jdbc.password>
Expand Down

0 comments on commit 72ef63d

Please sign in to comment.