Skip to content

Commit 620d88e

Browse files
committed
Polish
See gh-14849
1 parent 96fc926 commit 620d88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,9 @@ content into your application. Rather, pick only the properties that you need.
512512
spring.thymeleaf.reactive.full-mode-view-names= # Comma-separated list of view names (patterns allowed) that should be executed in FULL mode even if a max chunk size is set.
513513
spring.thymeleaf.reactive.max-chunk-size=0B # Maximum size of data buffers used for writing to the response.
514514
spring.thymeleaf.reactive.media-types= # Media types supported by the view technology.
515-
spring.thymeleaf.render-hidden-markers-before-checkboxes= # Whether hidden form inputs acting as markers for checkboxes should be rendered before the checkbox element itself.
515+
spring.thymeleaf.render-hidden-markers-before-checkboxes=false # Whether hidden form inputs acting as markers for checkboxes should be rendered before the checkbox element itself.
516516
spring.thymeleaf.servlet.content-type=text/html # Content-Type value written to HTTP responses.
517-
spring.thymeleaf.servlet.produce-partial-output-while-processing # Whether Thymeleaf should start writing partial output as soon as possible or buffer until template processing is finished.
517+
spring.thymeleaf.servlet.produce-partial-output-while-processing=true # Whether Thymeleaf should start writing partial output as soon as possible or buffer until template processing is finished.
518518
spring.thymeleaf.suffix=.html # Suffix that gets appended to view names when building a URL.
519519
spring.thymeleaf.template-resolver-order= # Order of the template resolver in the chain.
520520
spring.thymeleaf.view-names= # Comma-separated list of view names (patterns allowed) that can be resolved.

0 commit comments

Comments
 (0)