Skip to content

A base example of a dockerized Spring Cloud architecture

Notifications You must be signed in to change notification settings

Vashy/SpringCloudDemo

Repository files navigation

Work in progress

This project is currently under development.

Spring Cloud Demo

A base example of a dockerized Spring Cloud architecture.

Modules

Applications are separated in Git submodules (every application is a dockerized Spring Boot instance):

Microservices patterns

Configuration

Create a docker network to let containers communicate to each other:

docker network create spring-cloud-app

In submodules, spring-cloud-app will be assumed as network name.

Startup

Launch the following command to run the application:

docker-compose up
  • Boot applications via the previous command
  • Navigate through Eureka (http://localhost:8761)
  • Navigate through SECOND-CLIENT-APP link
  • Call http://{ip}/example

About

A base example of a dockerized Spring Cloud architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published