Deploying Spring Boot 2.x war in Tomcat 10
In this blog , I will discuss step by step process to deploy Spring Boot 2.x based war files in Tomcat 10 web server. The main reason, why you can not deploy Spring Boot 2.x based web application in Tomcat 10 is Spring Boot 2.x and Tomcat 9 are based on Java EE8 specification but…