web环境模拟测试
模拟端口
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)public class WebTest { @Test void testRandomPort () { }}
京公网安备 11010502049817号