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 2017/04/21 14:55:35 UTC

cxf git commit: Updating Spring boot scan demo to show the metrics on SB 1.5

Repository: cxf
Updated Branches:
  refs/heads/master b4b2da750 -> cbf0fc5d1


Updating Spring boot scan demo to show the metrics on SB 1.5


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/cbf0fc5d
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/cbf0fc5d
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/cbf0fc5d

Branch: refs/heads/master
Commit: cbf0fc5d1b2e80f92129078b0d1482f9e67fecb5
Parents: b4b2da7
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Apr 21 15:55:18 2017 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Apr 21 15:55:18 2017 +0100

----------------------------------------------------------------------
 .../application/src/main/resources/application.yml                 | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/cbf0fc5d/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/resources/application.yml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/resources/application.yml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/resources/application.yml
index ee5a4fb..e5f80b3 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/resources/application.yml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/resources/application.yml
@@ -2,6 +2,8 @@ server:
   port: 8080
   servlet-path: /system
 
+management.security.enabled: false
+
 cxf:
   path: /services/helloservice
   servlet.init: