https://github.com/salaboy/test-spring-cloud-streams
https://github.com/salaboy/test-spring-cloud-streams
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salaboy/test-spring-cloud-streams
- Owner: salaboy
- Created: 2017-07-17T09:13:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T09:55:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T22:43:05.605Z (2 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-spring-cloud-streams
This project is a reproducer for testing Spring Cloud Streams.
I'm trying to find out if there is a bug or a bad configuration from my side.
This test uses RabbitMQ that's why you need to make sure that is started (Docker Compose provided)In order to reproduce you should:
1) cd docker/
2) docker-compose up -d
3) cd ..
4) mvn clean install