cvc-elt.1: Cannot find the declaration of element 'configuration'
问题 I want to use Logback in my Web Project,but in logback.xml there is a problem: cvc-elt.1: Cannot find the declaration of element 'configuration'. Here is my XML: <?xml version="1.0" encoding="UTF-8"?> <configuration> <property name="USER_HOME" value="logs" /> <property scope="context" name="FILE_NAME" value="mylog-logback" /> <timestamp key="byDay" datePattern="yyyy-MM-dd" /> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [