Repository: cxf Updated Branches: refs/heads/master 47691ae5c -> c33a62652
Update to a jaxrs spring boot README Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c33a6265 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c33a6265 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c33a6265 Branch: refs/heads/master Commit: c33a62652ab8408918ada3f98f51be0343d462e6 Parents: 47691ae Author: Sergey Beryozkin <[email protected]> Authored: Mon Jun 27 17:00:18 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jun 27 17:00:18 2016 +0100 ---------------------------------------------------------------------- distribution/src/main/release/samples/jax_rs/spring_boot/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c33a6265/distribution/src/main/release/samples/jax_rs/spring_boot/README ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/README b/distribution/src/main/release/samples/jax_rs/spring_boot/README index 5e1fbf1..03373e7 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot/README +++ b/distribution/src/main/release/samples/jax_rs/spring_boot/README @@ -1,7 +1,7 @@ == Spring Boot - Samples - CXF Rest Web Services -This sample project demonstrates how to use http://projects.spring.io/spring-rs-cxf/[CXF Rest Web Services] -with Spring Boot. +This sample project demonstrates how to use CXF JAX-RS services +with Spring Boot. This demo has two JAX-RS class resources being deployed in a single JAX-RS endpoint. The sample uses Maven. It can be built and run from the command line:
