Skip to content

Commit

Permalink
remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 30, 2023
1 parent 0c708aa commit 8849dae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,3 @@ Run below command to run [test](container-structure-test.yaml) for `demoapp-back
```sh
container-structure-test test --image demoapp-backend --config container-structure-test.yaml
```

## Changes
1. Setup of [Visual Studio Code](https://code.visualstudio.com/) [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers). See [devcontainer.json](./.devcontainer/devcontainer.json)
2. Removal of hardcoded credentials in [application.properties](./src/main/resources/application.properties)
3. Replacement of `localhost` hostname for mysql database url with `mysql` in [application.properties](./src/main/resources/application.properties)
4. Creation of [Containerfile](./Containerfile)
5. Creation of [compose.yaml](./compose.yaml)
6. Enablement of Spring Boot Actuator in [pom.xml](./pom.xml)
7. [Container Structure Test](#testing-application-container-image-with-container-structure-tests)

0 comments on commit 8849dae

Please sign in to comment.