如何告诉 java 应用程序连接到特定的 Axon 服务器 gPRC 端口?

How to tell java application to connect to specific Axon server gPRC port?

在我们的 Spring 引导项目中,我们 运行 Axon 服务器在 Docker 端口 gRPC 8125 上。 如何告诉 AxonAutoConfiguration 配置的应用程序使用 Axon 服务器端口 8125,而不是默认的 8124?我找不到任何关于此事的信息。 谢谢!

您可以只在资源中的 application.properties 文件中指定 属性:

axon.axonserver.servers=localhost:8125