The Wayback Machine - https://web.archive.org/web/20210119221621/https://github.com/quebic-source/microservices-sample-project
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

microservices-sample-project

Prerequisities

  • JDK 1.8.X
  • Maven 3.3.X
  • MongoDB

install common-lib

  • go inside to the common-lib project folder
  • then run mvn clean install

run discovery-server

  • go inside to the discovery-server project folder
  • then run mvn clean package
  • then run java -jar target\discovery-server-0.0.1-SNAPSHOT.jar

run api-gateway

  • go inside to the api-gateway project folder
  • then run mvn clean package
  • then run java -jar target\api-gateway-0.0.1-SNAPSHOT.jar

run auth-service

  • go inside to the auth-service project folder
  • then run mvn clean package
  • then run java -jar target\auth-service-0.0.1-SNAPSHOT.jar

auth-service init

  • make request for the auth-service for setup roles and permissions.
  • POST /api/auth-service/roles-permissions-setup/init

run product-service

  • go inside to the product-service project folder
  • then run mvn clean package
  • then run java -jar target\product-service-0.0.1-SNAPSHOT.jar

About

No description or website provided.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.