All Projects → quebic-source → microservices-sample-project

quebic-source / microservices-sample-project

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to microservices-sample-project

Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (+2707.27%)
Mutual labels:  netflixoss
Spring Cloud Netflix
Integration with Netflix OSS components
Stars: ✭ 4,498 (+8078.18%)
Mutual labels:  netflixoss

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].