devpuppet / mssc-beer-inventory-service

Forked MSSC Beer Inventory Service to complete Spring microservices course on Udemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

MSSC Beer Inventory Service

This repository contains source code examples used to exercise Spring Boot Microservices course on Udemy.

Forked from springframeworkguru / mssc-beer-inventory-service. Starting branch for this repository is develop branch.

In order to run the application with local MySQL DB:

  • MySQL service has to be installed locally.
  • When running the main class, in Edit Configuration / VM Options add -Dspring.profiles.active=localmysql profile.

To register service in local Eureka, local-discovery profile has to be set

About

Forked MSSC Beer Inventory Service to complete Spring microservices course on Udemy


Languages

Language:Java 97.4%Language:Dockerfile 2.6%