gpt4 book ai didi

java - 如何在一次测试中启动2个Spring Boot应用程序?

转载 作者:行者123 更新时间:2023-12-02 17:11:38 26 4
gpt4 key购买 nike

我有两个 Spring Boot 应用程序(REST 服务),它们应该在不同的端口上运行。

我想将它们组合到一个集成测试中。对于一个应用程序,它看起来像:

@SpringApplicationConfiguration(classes = FirstApplication.class)
@WebIntegrationTest({"server.port=8080", "management.port=0"})

他们是完全不同的。如何以一种方法启动它们?

最佳答案

您是否尝试在 application.properties 文件或 yaml 中设置它?类似的东西

server.port=${port:8080}

我想您会在这里找到更多信息:

https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html

关于java - 如何在一次测试中启动2个Spring Boot应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34508120/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com