Skip to content
/ templates Public template

Very simple Eureka Client Microservice template. Add dependencies to the project to meet the needs of your project

License

Notifications You must be signed in to change notification settings

fcgl/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templates Microservices

Note: * You will only need docker installed on your computer to run this app * This template does not have Database support. Choose the ORM that makes the most sense for your project.

Git Steps

  1. Fork Branch
  2. Open terminal and clone forked branch: git clone https://github.com/<YOUR USERNAME>/templates.git
  3. Go inside templates directory: cd templates
  4. Add upstream repo: git remote add upstream https://github.com/fcgl/templates.git
  5. Confirm that you have an origin and upstream repos: git remote -v

Build & Run App

This template should work for both macOS and Linux

  1. Download docker for your operating system
  2. From project root run the following commands:
    • build and run: docker-compose up --build

Health Endpoint

Confirm everything was ran correctly by going to the following endpoint: * http://localhost:8086/health/v1/marco

Changes Required For Your Project

  1. Change Port from 8086 to #### in Dockerfile and docker-compose.yml
  2. Change Project Name

About

Very simple Eureka Client Microservice template. Add dependencies to the project to meet the needs of your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •