You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/10/19 09:31:59 UTC

[2/2] cxf git commit: Another Readme update

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 <sb...@gmail.com>
Authored: Wed Oct 19 10:19:53 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
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
+