Skip to content

enesoral/spring-boot-microservices-entry

Repository files navigation

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.

About

Entry level distributed application built with Spring Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages