mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -105,7 +105,6 @@ public class SpringUtilTest {
|
||||
|
||||
@Test
|
||||
public void getActiveProfileTest() {
|
||||
|
||||
String activeProfile = SpringUtil.getActiveProfile();
|
||||
String defaultProfile = SpringUtil.getProperty("spring.profiles.default");
|
||||
String activeProfile2 = SpringUtil.getProperty("spring.profiles.active");
|
||||
|
Reference in New Issue
Block a user