From f527e44ba93bfc0420f974db1b6fd54cbb56a170 Mon Sep 17 00:00:00 2001 From: Himanshu Patel <88833043+Prophet1999@users.noreply.github.com> Date: Sun, 20 Aug 2023 22:32:49 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0992854..022abe3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Introduction This project is a continuation of the previous one. The previous project was made with pure Servlets and JSP - technologies [details here](https://github.com/dmcheremisin/SocialNetwork). I used the same + technologies [details here](https://github.com/Prophet1999/SpringBootSocialNetwork.git). I used the same template layout and created a new project using SpringBoot. ## Functionality @@ -98,4 +98,4 @@ Commands for images creation and containers startup may be found in the director ![12](https://raw.githubusercontent.com/dmcheremisin/SpringBootSocialNetwork/master/screenshots/12.png) ### Todo: -- Improve test coverage. Yes, I know it is very important, but I don't have enough time. \ No newline at end of file +- Improve test coverage. Yes, I know it is very important, but I don't have enough time. From 4fdd8e6e0d95b6120b36eab31c1d4dab945537db Mon Sep 17 00:00:00 2001 From: Himanshu Patel <88833043+Prophet1999@users.noreply.github.com> Date: Sun, 20 Aug 2023 22:34:37 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 022abe3..bb47d58 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Tyrion Lannister credentials: - Maven ### Steps: - 1. git clone https://github.com/dmcheremisin/SpringBootSocialNetwork.git + 1. git clone [https://github.com/dmcheremisin/SpringBootSocialNetwork.git](https://github.com/Prophet1999/SpringBootSocialNetwork.git) 2. mvn clean package -DskipTests=true 3. cd web.social.network/target 4. java -jar -Dspring.profiles.active=dev social-network.jar