Skip to content

Commit 4aff71c

Browse files
authored
Update README.md
1 parent 6934dbd commit 4aff71c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,16 @@ spring:
205205
port: YYY
206206
username: user
207207
password: pass
208+
209+
```
210+
211+
props format:
212+
213+
```
214+
spring.rabbitmq.host= 8.8.8.1
215+
spring.rabbitmq.port=5729
216+
spring.rabbitmq.username=user
217+
spring.rabbitmq.password=pass
218+
219+
```
220+

0 commit comments

Comments
 (0)