Recent content by Digital'Inc

  1. D

    MySQL JDBC driver not found using mysql driver dependency

    Thanks, I've found a solution.
  2. D

    MySQL JDBC driver not found using mysql driver dependency

    The maven-shade-plugin didn't work for me. What helped me was adding (-cp "path\to\mariadb-java-client-3.3.0.jar") to the startup .bat file. But I would like to do without it. Could you show a minimal working plugin using mysql built through maven?