Springboot项目中代码区分dev,test,prod环境

@RunWith(SpringRunner.class) @SpringBootTest public class TestEnv { @Autowired private Environment environment; @Test public void testEnv(){ String[] activeProfil
相关文章
相关标签/搜索