Robert McNees
Robert McNees
The yml in module 1 section 4 `be-deploy.yml` and `db-deploy.yml` both [make reference](https://github.com/nigelpoulton/ckad/blob/d21c2afbf8b7418da1188a66572ecf5ddeeaaf5b/1%20Application%20Design%20and%20Build/4%20Understand%20Multi-container%20Pod%20Design%20Patterns/db-deploy.yml#L21) to a `configMapRef` that isn't in my environment or specified in the files given. Have I missed...
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
This PR updates the guide by simplifying access on an external dependency, RabbitMQ. The original guide was written before Spring Boot introduced support for Docker Compose. The user can now...
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
This guide could be simplified by managing the RabbitMQ Docker dependency with [Spring Boot Docker Compose Support](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.docker-compose)