Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 72f0980e4 -> cecf909b0
Update to SpringBoot scan demo README Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/cecf909b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/cecf909b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/cecf909b Branch: refs/heads/3.1.x-fixes Commit: cecf909b05e953590afab7fca0689c8dc4b78930 Parents: 72f0980 Author: Sergey Beryozkin <[email protected]> Authored: Tue Aug 16 17:27:00 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Tue Aug 16 17:27:46 2016 +0100 ---------------------------------------------------------------------- .../release/samples/jax_rs/spring_boot_scan/application/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/cecf909b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README index baeb48c..eb11eb0 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/README @@ -40,8 +40,10 @@ open the Swagger-UI page at or access it from the CXF Services page: - http://localhost:8080/services/helloservice/services + http://localhost:8080/services/helloservice/info and follow a Swagger link. +(Note - CXF Services page is available by default at the path ending with "/services" - but in this demo +it has been configured to listen at "/info") Check client/README on how to run a command line client.
