Skip to content

Commit ac4efa0

Browse files
committed
Document new property in properties appendix
1 parent e2243d9 commit ac4efa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ content into your application; rather pick only the properties that you need.
161161
server.error.include-stacktrace=never # When to include a "stacktrace" attribute.
162162
server.error.path=/error # Path of the error controller.
163163
server.error.whitelabel.enabled=true # Enable the default error page displayed in browsers in case of a server error.
164+
server.http2.enabled=false # If HTTP/2 is enabled.
164165
server.jetty.acceptors= # Number of acceptor threads to use.
165166
server.jetty.accesslog.append=false # Append to log.
166167
server.jetty.accesslog.date-format=dd/MMM/yyyy:HH:mm:ss Z # Timestamp format of the request log.

0 commit comments

Comments
 (0)