MVN 패키지 시 SLF4J: Class path contains multiple SLF4J bindings 오류 해결 방법

    ,         :

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]


먼저 프로젝트 의 pom. xml 에서 org. slf4j 에 대한 의존 주석 을 지우 고 다시 포장 합 니 다.

   org.slf4j
   slf4j-log4j12
   1.7.21
   test
-->

만약 여전히 잘못 보고 했다 면, 공사 목록 에서 사용 하 시 오     mvn dependency:tree -P profile > dep.txt  프로젝트 의존 관 계 를 파일 로 내 보 냅 니 다.
파일 에서 slf4J 와 log4j 라 이브 러 리 에 대한 의존 관 계 를 찾 아 포장 하지 않 고 제거 하면 됩 니 다.

   
      org.springframework.boot
      spring-boot-starter-logging
   
   
      org.slf4j
      slf4j-log4j12
   
   
      log4j
      log4j
   

좋은 웹페이지 즐겨찾기