Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken ./gradlew test and ./gradlew bootRun commands because of missing MySQL jdbc driver #58

Merged
merged 3 commits into from
May 6, 2024

Commits on Apr 25, 2024

  1. Make sure the MySQL jdbc driver is included

    Add additional settings for the initial directory also works
    and does not error with `./gradlw test` or `./gradlew bootRun`.
    Ruben Klink committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6114331 View commit details
    Browse the repository at this point in the history
  2. Fix docker-compose.yml files

    Ruben Klink committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3b2821b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Added mysql connector for maven

    Robert McNees committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c5c0c42 View commit details
    Browse the repository at this point in the history