implementation 'org.springframework.boot:spring-boot-starter-web'
configurations {
all {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
}
}
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
