Springboot項目中代碼區分dev,test,prod環境

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