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

Add Spring Boot Docker Compose support #61

Merged
merged 5 commits into from
Jun 18, 2024

Commits on May 30, 2024

  1. Updated code in initial folder for successful compile. Changes includ…

    …e Boot 3.3, maven and gradle wrapper, docker compose, testcontainers
    Robert McNees committed May 30, 2024
    Configuration menu
    Copy the full SHA
    89d1ad8 View commit details
    Browse the repository at this point in the history
  2. Updated complete code. Updated gralde and maven wrappers, added docke…

    …r compose support, added test class
    Robert McNees committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c5a81d5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    5602314 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Use more recent Docker Compose command in README

    The current guide instructs the user to run a command
    docker-compose but the more recent version of the command
    is docker compose.
    Robert McNees committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f4ea40c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Polish README based on PR review

    Robert McNees committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1036202 View commit details
    Browse the repository at this point in the history