728x90 반응형 logback1 springboot logback - mongodb appender정의하기 1. 설정 1. build.gradle plugins { id 'org.springframework.boot' version '2.5.7' id 'io.spring.dependency-management' version '1.0.9.RELEASE' id 'java' } group = 'kr.co.finotek.demo' version = '1.0' sourceCompatibility = '8' configurations { compileOnly { extendsFrom annotationProcessor } compile.exclude group: "org.slf4j", module: "slf4j-log4j12" } repositories { mavenCentral() } dependencies { //.. 2022. 4. 5. 이전 1 다음 728x90