From 622e0f26d55f758d12ea3a941048d2c694cf4156 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 3 Nov 2020 10:23:16 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 431e7a9..dac4f0d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Spring Boot Deployment Tutorial +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fspringboot-app-deployment-tutorial&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) + To demonstrate, I'll use my very own project purely written in Java and if you are interested in the project itself, please refer to the [original repo of this project](https://github.com/xdvrx1/converter-app). From e90a26975d212fc9b3798df9ccb3264d30943451 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Wed, 23 Dec 2020 18:50:49 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dac4f0d..6b8aa53 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,8 @@ we don't need that. ## Q&A -If you have questions, please feel free to ask me: - - +If you have questions, please utilize +the `Discussions` feature of GitHub. You can also create a pull request or raise an issue to start the discussion or query/ies. From 4638023a49b151c9a2cbaf64235955c8021e0238 Mon Sep 17 00:00:00 2001 From: jdevstatic Date: Fri, 22 Apr 2022 00:11:36 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b8aa53..5f7f022 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Spring Boot Deployment Tutorial + +*`updated 22 April 2022`* + [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fspringboot-app-deployment-tutorial&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) To demonstrate, I'll use my very own project purely written in Java and