From 126f8783a219f941e800ce7e95a8dd4b1e496aef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 20 Jan 2018 11:07:07 +0100 Subject: [PATCH] Polish --- .../springframework/boot/autoconfigure/web/ServerProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index e59e1a1712..b71ad45586 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -230,6 +230,7 @@ public class ServerProperties { @NestedConfigurationProperty private final Jsp jsp = new Jsp(); + @NestedConfigurationProperty private final Session session = new Session(); public String getContextPath() {