Class SpringBootUtil


  • public class SpringBootUtil
    extends Object
    • Constructor Detail

      • SpringBootUtil

        public SpringBootUtil()
    • Method Detail

      • isSpringBootUberJar

        public static boolean isSpringBootUberJar​(File artifact)
        Check whether the given artifact is a Spring Boot Uber JAR
        Parameters:
        artifact -
        Returns:
        true if so, false otherwise