i got a error-
java.lang.AbstractMethodError: ch.qos.logback.classic.Logger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info(SLF4JLocationAwareLog.java:159)
You are most likely using versions of SLF4J and Logback that don't match (for example, you're using a version of SLF4J that is newer than what your version of Logback expects).
Make sure you use versions of these libraries that work together.