LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.


LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.

jar로 실행할 때 발생하는 log에러 logback라이브러리가 중복되면 발생한다. gradle.build에서 제외시켜줘야 한다. configurations { all { exclude group: 'org.springframework.boot', module: 'spring-boot-st..

LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : LoggerFactory is not a Logback LoggerContext but Logback is on the classpath.