Example projects for https://github.com/DiUS/pact-jvm built using spring boot.
- Java-8
- Clone repository
git clone https://github.com/gopinath-langote/Pact-JVM-Implementation.git
- Go to the project directory
cd Pact-JVM-Implementation
For Linux/Mac : ./gradlew clean build
For Windows : gradlew.bat clean build
This can take some time to download dependencies
For Linux/Mac : ./gradlew :user-service:bootRun
For Windows : gradlew.bat :user-service:bootRun
- Check if service is running at http://localhost:8052/api/user/static
User service should be running before account service
For Linux/Mac : ./gradlew :account-service:bootRun
For Windows : gradlew.bat :account-service:bootRun
- Check if service is running at http://localhost:8051/api/account/static/statement