Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1798,4 +1799,4 @@ spring.sleuth.sampler.probability=1.0
<artifactId>spring-rabbit</artifactId>
</dependency>

```
```