From 5c7b8a66024b76c9b81c3dd436399d98fc5dc709 Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Fri, 28 Aug 2020 22:25:46 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f8dd5..3fd0e33 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Case study - stockexchange This is the master branch for the Case study. -Individual branches would be created for each microservice. + +Individual branches are created for each microservice. + 1) companydetails microservice (handles getting company details, comparison among company details, gettinga and adding IPO details etc.) 2) loginsignup microservice (handles login/ sign up for admin and user) 3) stockexchangedetails microservice (handles getting stock exchange details) From 2d2988cb70c0ef04457b6217bbf79efe64421ef3 Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:28:45 +0530 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd0e33..129a4a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# stockexchange +# stockmarket Case study - stockexchange This is the master branch for the Case study. From 21e9210b09a4188b083556459ca042001f0c852e Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:29:39 +0530 Subject: [PATCH 3/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129a4a1..e5a404b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # stockmarket -Case study - stockexchange +Case study - stockmarket This is the master branch for the Case study. From 665d09a5b826304d169f43c82a13b3a7acb6fbb4 Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:33:50 +0530 Subject: [PATCH 4/9] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5a404b..af4aa9e 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,8 @@ Individual branches are created for each microservice. 3) stockexchangedetails microservice (handles getting stock exchange details) 4) sectordetails microservice (handles getting the sector details, comparison details among sectors etc.) 5) stockpricedetails microservice (handles the uploading of stock price details) + +Naming convention followed: +com.wellsfargo.stockmarket... + Example: com.wellsfargo.stockmarket.companydetails.controller.companyController.java + From bdafb47c77a038fafe2be0857fdc1237d62a4ad8 Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:34:30 +0530 Subject: [PATCH 5/9] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af4aa9e..3b866bc 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,6 @@ Individual branches are created for each microservice. Naming convention followed: com.wellsfargo.stockmarket... - Example: com.wellsfargo.stockmarket.companydetails.controller.companyController.java + + Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java From 4c54db9b9c3a700a851f5cb8161266b6e66008ce Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:35:14 +0530 Subject: [PATCH 6/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b866bc..0632781 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Individual branches are created for each microservice. 5) stockpricedetails microservice (handles the uploading of stock price details) Naming convention followed: + com.wellsfargo.stockmarket... Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java From 0e93bf7fa0f49099848a6b03fd109291900c9dce Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:35:54 +0530 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0632781..2839818 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Individual branches are created for each microservice. Naming convention followed: -com.wellsfargo.stockmarket... +com.wellsfargo.stockmarket. . . Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java From 385ae7ed7cdc7c7f1a31bca6f5b3ddd3c880107c Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:37:10 +0530 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2839818..cba713b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Individual branches are created for each microservice. Naming convention followed: -com.wellsfargo.stockmarket. . . +com.wellsfargo.stockmarket.micro-servicename . . Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java From 555de34b5059b82a7bee1c77b3d91c76e285f87b Mon Sep 17 00:00:00 2001 From: Preyashi123 <70394099+Preyashi123@users.noreply.github.com> Date: Sat, 29 Aug 2020 10:37:41 +0530 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cba713b..68a5c56 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Individual branches are created for each microservice. Naming convention followed: -com.wellsfargo.stockmarket.micro-servicename . . +com.wellsfargo.stockmarket.micro-servicename . . classname Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java