Skip to content

Commit

Permalink
Allow config prop annotation processor to find reactive cookie props
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalpesh-18 authored and wilkinsona committed Jul 29, 2022
1 parent 532285b commit 1f0d5f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -323,6 +323,7 @@ public static class Session {
@DurationUnit(ChronoUnit.SECONDS)
private Duration timeout = Duration.ofMinutes(30);

@NestedConfigurationProperty
private final Cookie cookie = new Cookie();

public Duration getTimeout() {
Expand Down

0 comments on commit 1f0d5f1

Please sign in to comment.