Spring Boot 2.x on Tomcat 10 Issue – Docker
I'm trying to deploy a war file in a Tomcat Docker container, but always get 404 Not Found page. I created the Spring Boot project by following Intellij Tutorial, and it works fine on my machine locally. Here is my…