Skip to content

Commit 2f6e062

Browse files
Minor documentation improvements at ThymeleafProperties
1 parent aebde10 commit 2f6e062

File tree

1 file changed

+4
-3
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf

1 file changed

+4
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafProperties.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ public class ThymeleafProperties {
8484
private Integer templateResolverOrder;
8585

8686
/**
87-
* Comma-separated list of view names that can be resolved.
87+
* Comma-separated list of view names (patterns allowed) that can be resolved.
8888
*/
8989
private String[] viewNames;
9090

9191
/**
92-
* Comma-separated list of view names that should be excluded from resolution.
92+
* Comma-separated list of view names (patterns allowed) that should be excluded from resolution.
9393
*/
9494
private String[] excludedViewNames;
9595

@@ -218,7 +218,8 @@ public void setContentType(MimeType contentType) {
218218
public static class Reactive {
219219

220220
/**
221-
* Maximum size of data buffers used for writing to the response, in bytes.
221+
* Maximum size of data buffers used for writing to the response, in bytes. Templates will
222+
* execute in CHUNKED mode by default if this is set a value.
222223
*/
223224
private int maxChunkSize;
224225

0 commit comments

Comments
 (0)