I am new to Spring/Maven, and am following this tutorial: Serving Web Content with Spring MVC.
Everytime I run mvn spring-boot:run, I get this error:>
mvn spring-boot:run
In my case I just delete "tomcat-embed-el" dependency.
org.apache.tomcat.embed tomcat-embed-el
And it works.....