Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnNotWarDeployment
Packages that use ConditionalOnNotWarDeployment
Package
Description
Classes related to the auto-configuration of a servlet or reactive web server using
Jetty.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Classes related to the auto-configuration of a servlet or reactive web server using
Undertow.
-
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.jetty.autoconfigure
Classes in org.springframework.boot.jetty.autoconfigure with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for a Jetty-based reactive or servlet web server. -
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.tomcat.autoconfigure
Classes in org.springframework.boot.tomcat.autoconfigure with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for a Tomcat-based reactive or servlet web server. -
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.undertow.autoconfigure
Classes in org.springframework.boot.undertow.autoconfigure with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for an Undertow-based reactive or servlet web server.