Skip to content

djordan17/cloud-stream-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring cloud stream microservice

This is basic microservice example using Spring cloud stream with broker system Rabbitmq.

Requisites

  1. Download jdk8 and set it as your default.
  2. Gradle 5.x or highter
  3. Docker

Run the application

  1. Execute docker compose command
    docker-compose up -d
  2. Run application
    ./gradlew bootRun

Guides

The following guides illustrate how to use some features concretely:

Note: If you are interested, you can read the tutorial explained on the Paradigma Digital blog. Event Driven para microservicios con Spring CloudStream

About

Microservice example using Spring Cloud Stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages