Skip to content

viniciusboson/jhipster-microservice-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHipster Microservice Example

A simple project to demonstrate a microservice architecture created with JHipster.

To run this app, you'll need to install Java 8, Node.js, Docker and Docker Compose.

  1. Make sure Docker is running.

  2. Go to orderbook directory and build a docker image of orderbook microservice

    cd orderbook/
    ./gradlew -Pprod bootRepackage buildDocker
    cd ../
    
  3. Go to gateway directory and build a docker image of gateway application

    cd gateway/
    ./gradlew -Pprod bootRepackage buildDocker
    
  4. Go to docker directory and start Docker containers

    docker-compose up

    TIP: Add -d at the end of the command above if you want to run all containers detachedly.

  5. Go to docker directory and stop Docker containers

    docker-compose stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors