|
@@ -20,7 +20,7 @@ public class SpringUtils extends SpringUtil {
|
|
|
*/
|
|
|
public static boolean isProd() {
|
|
|
String activeProfile = getActiveProfile();
|
|
|
- log.info("current activeProfile->{}",activeProfile);
|
|
|
+// log.info("current activeProfile->{}",activeProfile);
|
|
|
return Objects.equals("prod", activeProfile);
|
|
|
}
|
|
|
|