Starter for using Tomcat as the embedded servlet container in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure an embedded Tomcat server in a Spring Boot application.
Use Spring Boot 2.x for Tomcat 9.x or upgrade your application to Jakarta EE.
No dependency data recorded yet.