Spring Boot Embedded Tomcat Dependency Throws Exception On Startup
问题 I'm porting an old application from JBoss/Wildfly to run on tomcat. Most everything I've been able to accomplish with the resources found on the web. However, I am not having much luck with the latest issue. I learned early on that I had to add providedRuntime('org.apache.tomcat.embed:tomcat-embed-jasper') as a dependency for request routing. If I don't include this dependency, I will get 404 errors when making a request. Now, this doesn't appear to have any adverse effect on my application,