Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A fundamental level movie application that was created to learn Microservices & Spring Cloud

NotificationsYou must be signed in to change notification settings

yigiterinc/spring-boot-microservices

Repository files navigation

In this project, multiple microservices communicate with each other to provide the backend services of a minimalistic/sample movie rating application similar to IMDB.

Technologies

  • Spring Boot
  • Spring Cloud Eureka (Service Discovery)
  • Spring Cloud Hystrix (Dashboard, Circuit Breaker pattern, Bulkhead pattern)

Summary

  • MovieInfoService provides the movie info by sending requests toTheMovieDB API.
  • RatingsDataService provides the user's ratings for movies.
  • MovieCatalogService acts as an accumulator that gets data fromRatingsDataService andMovieInfoService to present it.
  • DiscoveryServer is the Eureka server for service discovery.

Screen Shot 2021-09-23 at 16 48 57

Running

You can run each project either using your IDE ormvn spring-boot:run starting fromDiscoveryServer. Projects will run on the following endpoints:

About

A fundamental level movie application that was created to learn Microservices & Spring Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp