Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 534b329c5 -> d2179fbe4
[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/d2179fbe Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d2179fbe Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d2179fbe Branch: refs/heads/3.1.x-fixes Commit: d2179fbe499b8d32118b420c8f19bb3c348f1234 Parents: 534b329 Author: Sergey Beryozkin <[email protected]> Authored: Thu May 12 17:40:58 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu May 12 17:41: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/d2179fbe/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
