Skip to content

Spring Boot Application for Microservices (Shopping Cart, Product Catalog)

Notifications You must be signed in to change notification settings

pedro-ruas/dio-microservice-spring-boot

Repository files navigation

Simple example of Microservices Application using Spring Boot

This project was created during Santander Bootcamp at Digital Innovation One, 2021.

Feel free to clone, download and run and edit it yourself. You'll need:

  • Java 8,
  • Docker and Docker Compose,
  • An IDE of your choice.

Once you download it, you'll also need Elastic Search and Redis running on your machine. For that, go to the project folder on your terminal/powershell. There you'll find a file named "docker-compose.yml". Simply run:

docker-compose up -d 

After this step, you can freely run the applications on you IDE.

By default, this project listens on localhost ports: 6379, 8080, 8081, 8082. 8888 and 9200.

A special thanks to @oswaldoneto for the bootcamp class, and server configuration files, which are currently available at his github on link: https://github.com/oswaldoneto/dio-experts-config

About

Spring Boot Application for Microservices (Shopping Cart, Product Catalog)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages