spring-guides / gs-accessing-data-mysql

Accessing data with MySQL :: Learn how to set up and manage user accounts on MySQL and how to configure Spring Boot to connect to it at runtime.
http://spring.io/guides/gs/accessing-data-mysql/
Apache License 2.0
201 stars 314 forks source link

Added missing dependency for HibernateJpaConfiguration class. #18

Closed stevewhitmore closed 4 years ago

stevewhitmore commented 5 years ago

Added missing dependency for issue brought up in https://github.com/spring-guides/gs-accessing-data-mysql/issues/17.

This fixes the issue for me on the following JDK version:


openjdk 10.0.2 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)```
andrewrandall commented 5 years ago

Should there be an equivalent addition in the build.gradle?

dsyer commented 5 years ago

Yes there should.

dsyer commented 4 years ago

Works for me now with Java 11 on master. I think this is obsolete, but thanks anyway, it was much appreciated.