Apache tomcat

Can only apache tomcat be used in spring boot?

Yes, Tomcat by default! Many Spring Boot starters include default embedded containers. For servlet stack applications, the spring-boot-starter-web includes Tomcat by including spring-boot-starter-tomcat, but you can use spring-boot-starter-jetty or spring-boot-starter-undertow instead. Another popular inquiry is “Does the Spring-Boot-starter-web include Tomcat?”. Our chosen answer was for servlet stack applications, the spring-boot-starter-web includes Tomcat by including spring-boot-starter-tomcat, …

Can only apache tomcat be used in spring boot? Read More »