Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 911D3200BCB for ; Wed, 19 Oct 2016 11:32:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FCFD160AEA; Wed, 19 Oct 2016 09:32:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E0FA8160AFC for ; Wed, 19 Oct 2016 11:32:12 +0200 (CEST) Received: (qmail 78581 invoked by uid 500); 19 Oct 2016 09:32:08 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 78570 invoked by uid 99); 19 Oct 2016 09:32:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 09:32:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE8E7E098D; Wed, 19 Oct 2016 09:31:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Date: Wed, 19 Oct 2016 09:31:59 -0000 Message-Id: In-Reply-To: <71612b46c5234eed800695fbae5fe733@git.apache.org> References: <71612b46c5234eed800695fbae5fe733@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cxf git commit: Another Readme update archived-at: Wed, 19 Oct 2016 09:32:13 -0000 Another Readme update Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ae6fbfb0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ae6fbfb0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ae6fbfb0 Branch: refs/heads/3.1.x-fixes Commit: ae6fbfb0e60bc2c017ca5b416c3291040434cb5e Parents: 975a703 Author: Sergey Beryozkin Authored: Wed Oct 19 10:19:53 2016 +0100 Committer: Sergey Beryozkin Committed: Wed Oct 19 10:31:41 2016 +0100 ---------------------------------------------------------------------- .../samples/jax_rs/spring_boot_scan/application/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ae6fbfb0/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 f858f03..639237f 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 @@ -30,6 +30,11 @@ http://localhost:8080/services/helloservice/sayHello2/ApacheCxfUser will display "Hello2 ApacheCxfUser, Welcome to CXF RS Spring Boot World!!!" + +Check client/README on how to run a command line client. + +3. Swagger JSON and UI + http://localhost:8080/services/helloservice/swagger.json will return a Swagger JSON description of services. @@ -45,9 +50,14 @@ or access it from the CXF Services page: (Note - CXF Services page is available by default at the path ending with "/services" - but in this demo it has been configured to listen at "/info") +4. System metrics and health checks + http://localhost:8080/system/metrics will expose all registered Spring Actuator metrics -Check client/README on how to run a command line client. +http://localhost:8080/system/health + +will expose all registered Spring Actuator health checks +