【发布时间】:2014-05-30 07:23:34
【问题描述】:
我正在玩弹簧靴。所以我想创建两个相互交互的微服务。我的问题是我无法同时启动它们,因为当第一个应用程序已经使用自己的 tomcat 运行时,第二个应用程序无法启动:
Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
我该如何解决这个问题?
谢谢!
【问题讨论】:
标签: spring tomcat spring-boot