Class Tomcat

All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OneOfFeature, OpenRewriteFeature, MicronautRuntimeFeature, ServerFeature

@Requires(property="micronaut.starter.feature.tomcat.server.enabled", value="true", defaultValue="true") @Singleton public class Tomcat extends AbstractServletFeature implements OpenRewriteFeature
Represents the Tomcat server feature for Micronaut applications. Adds support for running the application on a Tomcat server.