如何在 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 微服务? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

如何在IDEA启动多个Spring Boot工程实例

Nginx配置——单域名反向代理多个端口

单台centos机器启动多个vsftpd服务

多个进程监听同一个端口?

or 工具和 STS/Eclipse 的链接器错误

STS/Eclipse设置字体样式