org.springframework.beans.factory.UnsatisfiedDependencyException Occurring in IntelliJ Ultimate but not IntelliJ Community edition
I am a student currently learning java and web development and have been using IntelliJ community edition for a few months now. I decided to give IntelliJ Ultimate a try and am encountering org.springframework.beans.factory.UnsatisfiedDependencyException when trying to run spring boot web applications. The weird thing is, if I run the same application in Community Edition, I encounter no such error.