Skip to content

Examples of synchronous and asynchronous clients in Spring Boot

Notifications You must be signed in to change notification settings

golgotha/spring-communication-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication clients

This project is an example of how to use different ways for synchronous and asynchronous communication between services using Spring Boot. As soon as the application started it logs into the console fact about cats using different HTTP clients.

Get starting

Build the application

./mvnw install

Run application as Docker

docker-compose up -d

If you have locally running RabbitMQ, you can just run the app using Maven:

./mvnw spring-boot:run

About

Examples of synchronous and asynchronous clients in Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published