Spring Boot application with Telegram API does not work in Tomcat
I have developed a Telegram bot and I wanted it to run in Tomcat environment. I converted my java program into Spring boot project as this. My conversion is basically adding spring boot dependency to pom,and make main class as…