- Made stub_host and stub_port optional.
- Specmatic stub will run on whatever port is determined by the java package ( which is 9000 by default)
- If app_host, app_port are not supplied, the app will be run on a random freely available port.
- Added tests to illustrate explicit and implicit port settings.
- Changed the api to make it consistent with the agreed upon spec.