mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge branch '2.6.x' into 2.7.x
Closes gh-31914
This commit is contained in:
+1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user