@@ -73,7 +73,7 @@ public class BeanUtils implements ApplicationContextAware {
}
public static boolean isDev() {
- return profile == 11;
+ return profile == 1;
public static boolean isTest() {