I am new to spring boot and when I try to start my server , I get the following Exception. I understand that this has something to do with dependency conflict, but still una
Gradle solution is adding below lines in build.gradle :
configurations { all*.exclude module : 'spring-boot-starter-logging' }