Caused by: java.lang.NoClassDefFoundError: org/springframework/context/event/GenericApplicationListe

Exception in thread “main” java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.logging.ClasspathLoggingApplicationListener

出现这个错误很有可能是父工程没有

    
        org.springframework.boot
        spring-boot-starter-parent
        1.5.9.RELEASE
         
    

你可能感兴趣的:(java,web)