Springboot JUnit Test指定profile

2020-03-20  本文已影响0人  邮差在行动
@RunWith(SpringRunner.class)
@SpringBootTest
@ActiveProfiles("test") //这里
public class MyTest {
}

Application启动时指定profile
@Profile("test")

上一篇下一篇

猜你喜欢

热点阅读