I am using 2 server: Client with Vaadin 24 and spring boot 3.1.2 and Server with Spring boot 3.1.2
I add the Eureka server and make my servers as a Eureka Client and localy it worked fine, but when I deploy all my services within a Eureka Server and trying to reach server from client I have this error:
我使用的是2台服务器:带有Vaadin 24和spring boot的客户端3.1.2和带有spring boot的服务器3.1.2。我添加了Eureka服务器,并将我的服务器作为Eureka客户端,在本地运行良好,但当我在Eureka server中部署所有服务并尝试从客户端访问服务器时,我出现了以下错误:
Error
More desc.
错误详细描述。
Here is my Client application.properties
这是我的客户端应用程序.properties
Here is my Server application.properties
这是我的服务器应用程序.properties
Here is deployed Eureka server and my Eureka-clients
这是部署的尤里卡服务器和我的尤里卡客户端
Here is @LoadBalancer WebClient
这里是@LoadBalancer WebClient
When I use direct link to server everything works. I dont think there is some problem with configuration or something, I currently thinking about routing error or Railway just block this. Thanks for any help, hope to solve it
当我使用直接链接到服务器时,一切都正常。我不认为配置或其他方面有什么问题,我目前正在考虑路由错误或铁路只是阻止了这一点。谢谢你的帮助,希望能解决
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!