Allow config prop annotation processor to find reactive cookie props

See gh-31912
pull/31958/head
Kalpesh 2 years ago committed by Andy Wilkinson
parent 532285b47e
commit 1f0d5f1130

@ -323,6 +323,7 @@ public class ServerProperties {
@DurationUnit(ChronoUnit.SECONDS)
private Duration timeout = Duration.ofMinutes(30);
@NestedConfigurationProperty
private final Cookie cookie = new Cookie();
public Duration getTimeout() {

Loading…
Cancel
Save