Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 31ae9a426 -> c2ecb40c8
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/c2ecb40c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2ecb40c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2ecb40c Branch: refs/heads/3.1.x-fixes Commit: c2ecb40c8fcc1010ba74af5d562cdd3bd50df5ad Parents: 31ae9a4 Author: Sergey Beryozkin <[email protected]> Authored: Mon Jun 27 17:00:18 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jun 27 17:01:13 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/c2ecb40c/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:
