再使用 Spring Cloud 做开发的时候遇到了一个 Turbine 报错的问题。然后网上搜索了很久,不得其然。然后我就只能根据错误提示一步一步的来检查,发现提示“Cluster not found”,我就去查看对应的 Cluster 配置,最终解决问题。本文记录一下这个问题的详细信息,方便遇到同样问题的网友进行排错。
当我们访问 http://……/turbine.stream ,页面出现一段如下的提示:
<html><body><h1>Whitelabel Error Page</h1><p>This application has no explicit mapping for /error, so you are seeing this as a fallback.</p><div id='created'>Fri Aug 10 10:32:33 CST 2018</div><div>There was an unexpected error (type=Not Found, status=404).</div><div>Cluster not found</div></body></html>
抓住最重要的提示“Cluster not found”,然后我去查看来对应的 application.yml 配置,发现我的一个英文单词拼写错误导致的,改正后就可以来。
: » 解决 Spring Cloud Turbine 提示 Cluster not found 问题
原创文章,作者:dweifng,如若转载,请注明出处:https://blog.ytso.com/251829.html