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.autoconfigure.web.server.jetty
Classes in org.springframework.boot.autoconfigure.web.server.jetty with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for a Jetty-based reactive or servlet web server. -
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.autoconfigure.web.server.tomcat
Classes in org.springframework.boot.autoconfigure.web.server.tomcat with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for a Tomcat-based reactive or servlet web server. -
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.autoconfigure.web.server.undertow
Classes in org.springframework.boot.autoconfigure.web.server.undertow with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclass
Configuration
for an Undertow-based reactive or servlet web server.