-
It is a microservice project which shows the example of how microservices works.
-
It shows the connection and communication between multiple microservices.
-
In this project we can see the Hotel ratings which are given by users.
-
Where Hotel data is coming from Hotel microservice, Rating data is coming from Rating microservice and User data is coming from User microservice
-
No database has been used. the data is created in Java file only
-
You can simply download and run this project without any changes in configuration
swapnilbamble1438/HotelRatings
Springboot Microservices Application - HotelRatings, It shows the Rating given by User to Hotel. It shows the connection and communication between three microservices(1st Hotel, 2nd Rating, 3rd User)
Java