Closed stevewhitmore closed 4 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)```
Should there be an equivalent addition in the build.gradle?
Yes there should.
Works for me now with Java 11 on master. I think this is obsolete, but thanks anyway, it was much appreciated.
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: