Allow config prop annotation processor to find reactive cookie props

See gh-31912
This commit is contained in:
Kalpesh
2022-07-29 00:28:28 +05:30
committed by Andy Wilkinson
parent 532285b47e
commit 1f0d5f1130

View File

@@ -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() {