Skip to content

nathanxa/jenkins_test

 
 

Repository files navigation

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

jenkins test

jenkins integration testing

fdsgsfhfghh test polling

dgdfhhfh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • HTML 0.4%