【发布时间】:2019-07-12 05:02:43
【问题描述】:
有没有办法让两个 rest 控制器在一个 spring boot 应用程序的两个不同端口上运行?
例如在一个 SpringBoot 主应用程序中运行在 http://localhost:8080 中的 Controller_A 和在 http://localhost:9090 中运行的 Controller_B ?
【问题讨论】:
标签: spring spring-boot spring-mvc spring-restcontroller