WIN10-20210525Q\Administrator 1 year ago
parent
commit
c1420fe485

+ 1 - 1
citu-framework/citu-common/src/main/java/com/citu/framework/common/util/spring/SpringUtils.java

@@ -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);
     }