示例
指定使用test环境配置
java
@SpringBootTest
@ActiveProfiles("test")
public class APiServiceImplTest {}
参考
示例
指定使用test环境配置
@SpringBootTest
@ActiveProfiles("test")
public class APiServiceImplTest {}
参考