devpuppet / mssc-beer-order-service

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beer Order Service

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

Forked from springframeworkguru / mssc-beer-order-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 Order Service to complete Spring microservices course on Udemy


Languages

Language:Java 99.3%Language:Dockerfile 0.7%