-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update guide for accuracy and use of Docker (#19)
* Update guide for accuracy and use of Docker This commit updates multiple aspects of the getting started guide. Most notably, the learner is now instructed to use Docker to start the external Vault server. A new Docker Compose file is provided in the repository and instructions are given how to run it. Additional changes were made to the guide to facilitate a clean compile. One change was to remove the failing test in the complete folder. This test was dependent on an externally running container. This test was removed. Additionally, a main class was added to the initial folder so that build commands could be run from a CI system. The core teachings and code were not impacted by this PR. * Add polish to the README and minor build config Update language used in the README per PR review. Modified the usage of dependency-management plugin in Gradle build files to align with Boot recommendations. Updated Gradle wrapper in complete folder.
- Loading branch information
1 parent
86320f2
commit fbca31e
Showing
17 changed files
with
606 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.