配置
@WebIntegrationTest(randomPort = true)
可以替代
@IntegrationTest(“server.port:0”)
@WebAppConfiguration
完整实例
@RunWith(SpringJUnit4ClassRunner.class)
@SpringApplicationConfiguration(classes = DemoApplication.class)
@WebIntegrationTest
@ActiveProfiles("local")
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。