Unable to start spring boot server

前端 未结 9 1890
既然无缘
既然无缘 2020-12-29 03:51

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

9条回答
  •  一整个雨季
    2020-12-29 04:14

    Finally resolved this issue by excluding the Logback dependency and explicitly adding the log4j dependency

提交回复
热议问题