Repository: cxf Updated Branches: refs/heads/master a89ca9865 -> 616ebbc9e
[CXF-6869] Adding application.properties to the demo Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/616ebbc9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/616ebbc9 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/616ebbc9 Branch: refs/heads/master Commit: 616ebbc9ebe289aca7acb143485fab82b15cad73 Parents: a89ca98 Author: Sergey Beryozkin <[email protected]> Authored: Thu May 12 17:40:58 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu May 12 17:40:58 2016 +0100 ---------------------------------------------------------------------- .../jaxrs_spring_boot/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/616ebbc9/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/resources/application.properties b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/resources/application.properties new file mode 100644 index 0000000..27c5c26 --- /dev/null +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/resources/application.properties @@ -0,0 +1 @@ +cxf.path=/services/helloservice \ No newline at end of file
