How to setup & run demo service - up1/soa_group2 GitHub Wiki
Building and Running service application
- Clone or Download .ZIP files from source
- Open command line (Make sure the current position in command line is in the downloaded source)
- Type "cd demo-service" and enter
- Type "cd user-service" and enter
- Type "mvn clean package" and enter
- Type "java -jar ./target/user-service.jar" and enter
Access service via browser at "http://localhost:9001/user"