Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.context.web |
Spring
ApplicationContext support relating to web
deployment. |
org.springframework.boot.test |
Classes and utilities that are useful when unit-testing Spring Boot applications.
|
Class and Description |
---|
OrderedHiddenHttpMethodFilter
HiddenHttpMethodFilter that also implements Ordered . |
OrderedHttpPutFormContentFilter
HttpPutFormContentFilter that also implements Ordered . |
Class and Description |
---|
NonEmbeddedServletContainerFactory
Marker interface for
EmbeddedServletContainerFactory types that are actually
safe to run in a non-embedded container. |
Class and Description |
---|
ServerPortInfoApplicationContextInitializer
ApplicationContextInitializer that sets Environment properties for the
ports that EmbeddedServletContainer servers are actually listening on. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.