From 68e0a1a0940d860bd8be711bd2a802af77f64d1e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:47:53 +0800 Subject: [PATCH] Update README.md --- quarkus-vs-springboot/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quarkus-vs-springboot/README.md b/quarkus-vs-springboot/README.md index 35fc8eb5eb..05eaabb923 100644 --- a/quarkus-vs-springboot/README.md +++ b/quarkus-vs-springboot/README.md @@ -92,4 +92,8 @@ Then, once again, you can also run both application and DB from docker, using: docker-compose -f src/main/docker/quarkus.yml up ``` -Now you have all you need to reproduce the tests with your machine. \ No newline at end of file +Now you have all you need to reproduce the tests with your machine. + +### Relevant Articles: + +- [Spring Boot vs Quarkus](https://www.baeldung.com/spring-boot-vs-quarkus)