Skip to content

Commit 7c6ee87

Browse files
committed
Merge pull request #2618 from ericdahl/docs-broken-link
* docs-broken-link: Fix broken link in docs
2 parents f05769d + 47b6d95 commit 7c6ee87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ content into your application; rather pick only the properties that you need.
113113
# HTTP message conversion
114114
spring.http.converters.preferred-json-mapper= # the preferred JSON mapper to use for HTTP message conversion. Set to "gson" to force the use of Gson when both it and Jackson are on the classpath.
115115
116-
# HTTP response compression ({sc-spring-boot-autoconfigure/web/GzipFilterProperties.{sc-ext}[GzipFilterProperties])
116+
# HTTP response compression ({sc-spring-boot-autoconfigure}/web/GzipFilterProperties.{sc-ext}[GzipFilterProperties])
117117
spring.http.gzip.bufferSize= # size of the output buffer in bytes
118118
spring.http.gzip.minGzipSize= # minimum content length required for compression to occur
119119
spring.http.gzip.deflateCompressionLevel= # the level used for deflate compression (0-9)

0 commit comments

Comments
 (0)