Merge pull request #12709 from Asjad-J/master

Updated README.md
This commit is contained in:
Loredana Crusoveanu 2022-09-12 12:53:45 +03:00 committed by GitHub
commit a05517302d
2 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,7 @@ example:
```
$ java -jar ./target/tasks-service-0.0.1-SNAPSHOT.jar
```
### Relevant Articles"
- [Introduction to Lightrun with Java](https://www.baeldung.com/java-lightrun)

View File

@ -2,3 +2,4 @@
- [Dockerizing a Spring Boot Application](https://www.baeldung.com/dockerizing-spring-boot-application)
- [Docker Compose Restart Policies](https://www.baeldung.com/ops/docker-compose-restart-policies)
- [Restart a Single Container With Docker Compose](https://www.baeldung.com/ops/docker-compose-restart-container)