Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnNotWarDeployment
Packages that use ConditionalOnNotWarDeployment
Package
Description
Auto-configuration for Jetty.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
-
Uses of ConditionalOnNotWarDeployment in org.springframework.boot.jetty.autoconfigure
Classes in org.springframework.boot.jetty.autoconfigure with annotations of type ConditionalOnNotWarDeploymentModifier and TypeClassDescriptionclassConfigurationfor 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 TypeClassDescriptionclassConfigurationfor a Tomcat-based reactive or servlet web server.