Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.59 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.59 KB

Distributed application built with Spring Cloud

This repository was initially created to demonstrate how to split sample Spring application into microservices. To achieve that goal we use some technologies from the Spring Cloud Netflix technology stack. For detail, take a look at microservices tutorial of Java Brains.

Understanding Movie Catalog application

movie-ss

Starting services locally

Every microservice is a Spring Boot application and can be started locally using IDE or ../mvnw spring-boot:run command. Please note that supporting services (Discovery Server) must be started before any other application (Movie Catalog, Movie Info, Ratings Data). If everything goes well, you can access the following services at given location:

In case you find a bug/suggested improvement for Movie Catalog

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.