gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-02 17:11:38 24 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/

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