@ -133,7 +133,7 @@ content into your application; rather pick only the properties that you need.
@@ -133,7 +133,7 @@ content into your application; rather pick only the properties that you need.
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
@ -538,7 +538,7 @@ value but could highlight valid packages and class names that are not available
@@ -538,7 +538,7 @@ value but could highlight valid packages and class names that are not available
project's classpath.
The meta-data snippet below corresponds to the standard `logging.level` property, keys
are _logger names_ and values correspond to the the standard log levels or any custom
are _logger names_ and values correspond to the standard log levels or any custom
@ -286,7 +286,7 @@ values can be injected directly into your beans using the `@Value` annotation, a
@@ -286,7 +286,7 @@ values can be injected directly into your beans using the `@Value` annotation, a
via Spring's `Environment` abstraction or bound to structured objects.
Spring Boot uses a very particular `PropertySource` order that is designed to allow
sensible overriding of values, properties are considered in the the following order:
sensible overriding of values, properties are considered in the following order:
. Command line arguments.
. JNDI attributes from `java:comp/env`.
@ -2639,7 +2639,7 @@ TIP: It is also possible to {spring-reference}/#cache-annotations-put[update] or
@@ -2639,7 +2639,7 @@ TIP: It is also possible to {spring-reference}/#cache-annotations-put[update] or
=== Supported cache providers
The cache abstraction does not provide an actual store and relies on a abstraction
The cache abstraction does not provide an actual store and relies on abstraction
materialized by the `org.springframework.cache.Cache` and
`org.springframework.cache.CacheManager` interfaces. Spring Boot auto-configures a
suitable `CacheManager` according to the implementation as long as the caching support is
@ -97,7 +97,7 @@ public class GemstoneServiceImpl implements GemstoneService {
@@ -97,7 +97,7 @@ public class GemstoneServiceImpl implements GemstoneService {
@ -153,8 +153,8 @@ public class ServletRegistrationBean extends RegistrationBean {
@@ -153,8 +153,8 @@ public class ServletRegistrationBean extends RegistrationBean {