commit | cc090cc3f01c2c96c7bce73bf9f8974de6cb9032 | [log] [tgz] |
---|---|---|
author | xiaoyu <549477611@qq.com> | Sun Jun 14 17:44:28 2020 +0800 |
committer | GitHub <noreply@github.com> | Sun Jun 14 17:44:28 2020 +0800 |
tree | e2aedaa7acf4133b6b31545229a781b2c3dbe19f | |
parent | 058c50fc509ef3cf67ba1121108a370805f6e87b [diff] | |
parent | d58ae073a2092ee2fed7df35cb5403b6dc60a1ee [diff] |
Merge pull request #232 from songdinghy/2.1.2-RELEASE 健康检查报错问题修复
diff --git a/soul-bootstrap/src/main/resources/application-local.yml b/soul-bootstrap/src/main/resources/application-local.yml index faf9c17..95c5a61 100644 --- a/soul-bootstrap/src/main/resources/application-local.yml +++ b/soul-bootstrap/src/main/resources/application-local.yml
@@ -12,6 +12,11 @@ # discovery: # server-addr: 127.0.0.1:8848 +management: + health: + defaults: + enabled: false + soul : sync: strategy: websocket