@@ -81,6 +81,6 @@ public class BeanUtils implements ApplicationContextAware {
}
public static boolean isProd() {
- return profile == 3;
+ return profile == 2 || profile == 3;