Java:SpringBootTest指定profile

阅读 22

2023-12-21


示例

指定使用test环境配置

@SpringBootTest
@ActiveProfiles("test")
public class APiServiceImplTest {}

参考

  • spring boot-JUnit Test指定profile


相关推荐

精彩评论(0)

0 0 举报