如何在STS / eclipse中的多个端口上启动单个Spring Boot微服务?

时间:2018-02-06 09:09:11

标签: spring spring-boot microservices

如何在STS / eclipse中的多个端口上启动单个Spring Boot微服务?

1 个答案:

答案 0 :(得分:0)

在多个端口上启动单个微服务。     步骤如下。

1. Right click on     project -> Run As.. -> Run Configuration.

2.创建新的Boot App配置。 在Environment选项卡中添加“Server.port = 9090”(**使用您喜欢和可用的任何端口:))。 申请并运行。 这将在同一端口上执行相同的微服务。     更多用于上述步骤1& 2。

Danke,
Rahul

enter image description here