maven – Multiple versions of spring boot
maven – Multiple versions of spring boot
Okay, I figured it out. I went to File–>Project structure, and saw spring-boot-starter-test.2.2.0
in there. When I removed it, at first I didnt know what was going on because I had previously excluded the log4j.logger-classic
module because of a different clash with a version of log4j, so when the program ran correctly I didnt see the log and didnt know it was running.
If you have a similar problem and cant figure it out comment on this and Ill try to help you.