You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/template/AbstractViewResolverProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public abstract class AbstractViewResolverProperties {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizer.java
spring.groovy.template.allow-request-override=false # Whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
@@ -334,7 +334,7 @@ Rather, pick only the properties that you need.
334
334
spring.groovy.template.request-context-attribute= # Name of the RequestContext attribute for all views.
spring.groovy.template.suffix=.tpl # Suffix that gets appended to view names when building a URL.
337
-
spring.groovy.template.view-names= # White list of view names that can be resolved.
337
+
spring.groovy.template.view-names= # The view names that can be resolved.
338
338
339
339
# SPRING HATEOAS ({spring-boot-autoconfigure-module-code}/hateoas/HateoasProperties.java[HateoasProperties])
340
340
spring.hateoas.use-hal-as-default-json-media-type=true # Whether application/hal+json responses should be sent to requests that accept application/json.
@@ -422,7 +422,7 @@ Rather, pick only the properties that you need.
422
422
spring.mustache.prefix=classpath:/templates/ # Prefix to apply to template names.
423
423
spring.mustache.request-context-attribute= # Name of the RequestContext attribute for all views.
424
424
spring.mustache.suffix=.mustache # Suffix to apply to template names.
425
-
spring.mustache.view-names= # White list of view names that can be resolved.
425
+
spring.mustache.view-names= # The view names that can be resolved.
426
426
427
427
# SPRING MVC ({spring-boot-autoconfigure-module-code}/web/servlet/WebMvcProperties.java[WebMvcProperties])
428
428
spring.mvc.async.request-timeout= # Amount of time before asynchronous request handling times out.
0 commit comments