mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
+3
-1
@@ -91,6 +91,7 @@ public final class SessionAutoConfiguration {
|
||||
|
||||
}
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnNotWarDeployment
|
||||
@EnableConfigurationProperties(ServerProperties.class)
|
||||
static class EmbeddedWebServerConfiguration {
|
||||
@@ -124,8 +125,9 @@ public final class SessionAutoConfiguration {
|
||||
|
||||
}
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnWarDeployment
|
||||
static class WarDepoymentConfiguration implements ServletContextAware {
|
||||
static class WarDeploymentConfiguration implements ServletContextAware {
|
||||
|
||||
private @Nullable ServletContext servletContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user