Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 9a2a8adc8 -> 997521186
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/99752118 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/99752118 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/99752118 Branch: refs/heads/3.1.x-fixes Commit: 997521186771645706fbee26e3c55094f17547e6 Parents: 9a2a8ad Author: Sergey Beryozkin <[email protected]> Authored: Mon Jul 18 10:50:11 2016 +0300 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jul 18 10:52:21 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/99752118/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/99752118/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 -----
