From c2c06c309d491156ac372f6c8565b270b01fe7f9 Mon Sep 17 00:00:00 2001 From: HarshitGaur21 Date: Fri, 18 Nov 2022 17:56:40 +0530 Subject: [PATCH] Update microservices-v2-1.md I had to struggle with the file-name issue: 'limits-service.properties.txt'. I didn't realize the file full name is with txt extension. Later deleted the same and created a new one via VS Code and committed that. $ git status On branch master Changes not staged for commit: (use "git add/rm ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) deleted: limits-service.properties.txt Untracked files: (use "git add ..." to include in what will be committed) limits-service.properties --- 03.microservices/01-step-by-step-changes/microservices-v2-1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03.microservices/01-step-by-step-changes/microservices-v2-1.md b/03.microservices/01-step-by-step-changes/microservices-v2-1.md index 9d27c46..23dff51 100644 --- a/03.microservices/01-step-by-step-changes/microservices-v2-1.md +++ b/03.microservices/01-step-by-step-changes/microservices-v2-1.md @@ -336,6 +336,7 @@ git commit -m "First commit" ``` #### /git-localconfig-repo/limits-service.properties New +##### Make sure you don't create the prop file like: right click in 'git-localconfig-repo' -> Create New Text document => This creates a file like 'limits-service.properties.txt'. Create the file using some editor like VS Code. ```properties limits-service.minimum=4 @@ -1798,4 +1799,4 @@ spring.sleuth.sampler.probability=1.0 spring-rabbit -``` \ No newline at end of file +```