mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Minor documentation improvements at ThymeleafProperties
This commit is contained in:
committed by
Brian Clozel
parent
6a52a1a6a0
commit
e69a93bf47
+4
-3
@@ -84,12 +84,12 @@ public class ThymeleafProperties {
|
||||
private Integer templateResolverOrder;
|
||||
|
||||
/**
|
||||
* Comma-separated list of view names that can be resolved.
|
||||
* Comma-separated list of view names (patterns allowed) that can be resolved.
|
||||
*/
|
||||
private String[] viewNames;
|
||||
|
||||
/**
|
||||
* Comma-separated list of view names that should be excluded from resolution.
|
||||
* Comma-separated list of view names (patterns allowed) that should be excluded from resolution.
|
||||
*/
|
||||
private String[] excludedViewNames;
|
||||
|
||||
@@ -218,7 +218,8 @@ public class ThymeleafProperties {
|
||||
public static class Reactive {
|
||||
|
||||
/**
|
||||
* Maximum size of data buffers used for writing to the response, in bytes.
|
||||
* Maximum size of data buffers used for writing to the response, in bytes. Templates will
|
||||
* execute in CHUNKED mode by default if this is set a value.
|
||||
*/
|
||||
private int maxChunkSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user