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 +```