Spring boot tomcat java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
While configuring spring with tomcat 7 following error accuse which means that tomcat 7 requires jully for logging. Problem: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException: Error…