如何在 STS/eclipse 的多个端口上启动单个 Spring Boot 微服务? [关闭]
Posted
技术标签:
【中文标题】如何在 STS/eclipse 的多个端口上启动单个 Spring Boot 微服务? [关闭]【英文标题】:How to start single Spring Boot Microservice on Multiple Ports in STS/eclipse? [closed] 【发布时间】:2018-07-16 06:59:18 【问题描述】:如何在 STS/eclipse 的多个端口上启动单个 Spring Boot 微服务?
【问题讨论】:
上下文是什么?您是在谈论使用 IDE、在容器中、通过命令行启动服务吗……请提供更多信息…… @gWom 是的 .. 它仅适用于 IDE 见Tried to add a self-answered wiki-post, but just got downvotes 【参考方案1】:在多个端口上启动单个微服务。 步骤如下。
1. Right click on project -> Run As.. -> Run Configuration.
2.创建新的启动应用程序配置。 在环境选项卡中添加“Server.port =9090”(** 使用您喜欢和可用的任何端口 :))。 应用并运行。 这将在同一端口上执行相同的微服务。 如需更多使用上述步骤 1 和 2。
Danke,
Rahul
【讨论】:
以上是关于如何在 STS/eclipse 的多个端口上启动单个 Spring Boot 微服务? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章