Demo Readme updates
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/31826a3c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/31826a3c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/31826a3c Branch: refs/heads/master-jaxrs-2.1 Commit: 31826a3c474b4a83a4ad0ef133182aae1a524fa7 Parents: 11e18bf Author: Sergey Beryozkin <[email protected]> Authored: Mon Jul 18 10:50:11 2016 +0300 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jul 18 10:50:11 2016 +0300 ---------------------------------------------------------------------- .../main/release/samples/jax_rs/spring_boot_scan/README | 11 +++++++++++ .../samples/jax_rs/spring_boot_scan/application/README | 7 +------ 2 files changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/31826a3c/distribution/src/main/release/samples/jax_rs/spring_boot_scan/README ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/README b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/README new file mode 100644 index 0000000..b8db25f --- /dev/null +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/README @@ -0,0 +1,11 @@ +== Spring Boot Scan Demo == + +This sample project demonstrates how to autodiscover and use CXF JAX-RS services and clients +with Spring Boot. + +Check eureka-registry/README on how to run Eureka Registry. + +Check application/README on how to run a server application. + +Check client/README on how to run a command line client. + http://git-wip-us.apache.org/repos/asf/cxf/blob/31826a3c/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 2f350ba..dbfa6a2 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 @@ -34,10 +34,5 @@ http://localhost:8080/services/helloservice/swagger.json will return a Swagger J description of services. -Before running a command line client check the application has been registered, open a browser -and try "http://localhost:8761/eureka/apps". Once you see a registration record, -open a new terminal window and run the client: +Check client/README on how to run a command line client. ----- -$ mvn -Pclient -----
