add spring-rabbitmq example

Signed-off-by: Mohammad Sadegh Sheikh Zahedi <sheikhoo.iran@gmail.com>
This commit is contained in:
Mohammad Sadegh Sheikh Zahedi 2023-01-02 14:47:16 +03:30
parent f804046e66
commit c3979110fa
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ services:
- 8080:8080
rabbitmq:
image: rabbitmq
rabbitmq:3.9-management
...
```
The compose file defines an application with two services `backend` and `rabbitmq`.