美文网首页
Springboot JUnit Test指定profile

Springboot JUnit Test指定profile

作者: 邮差在行动 | 来源:发表于2020-03-20 14:16 被阅读0次
    @RunWith(SpringRunner.class)
    @SpringBootTest
    @ActiveProfiles("test") //这里
    public class MyTest {
    }
    

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

    相关文章

      网友评论

          本文标题:Springboot JUnit Test指定profile

          本文链接:https://www.haomeiwen.com/subject/dpjjyhtx.html