Relative Content

Tag Archive for spring-mvc

Spring 6.x MVC Exception

I’m trying to build a simple Spring 6 MVC app and regardless whether I setup it up as XML only or use a WebInitializer class I keep getting a NoSuchMethod Error when starting in Tomcat 10 (not new to Spring – have several Spring 5 apps in production). Below are the jars in the web app (only essential) and then a stacktrace:

Spring web application deployment infrastructure

I’m interested in hearing out what’s out there in terms of tips and tricks on deploying and maintaining a Java web application whilst keeping agile. I’m running solo on a startup project I’d like to maintain.