yinheli
ef49ced12a
Polish Gradle example for using Undertow
...
Closes gh-2896
10 years ago
Andy Wilkinson
bc27a8aa6e
Show different Gradle repository config for snapshots vs releases
...
Closes gh-2838
10 years ago
izeye
68ed4dec9b
Polish production ready features documentation
...
Closes gh-2832
10 years ago
izeye
b8a45d9117
Fix typo in deployment documentation
...
Closes gh-2836
10 years ago
Kamil Szymanski
88d03b76e9
Fix Groovy templates ViewResolver class name and id in How-to docs
...
Closes gh-2846
10 years ago
Stephane Nicoll
0f14210937
Polish documentation
10 years ago
Phillip Webb
dd19dd70c5
Update relaxed binding documentation sample
...
Include getters and setters with the sample class.
Fixes gh-2813
10 years ago
izeye
d8f45ab6ca
Document MultipartProperties
...
Closes gh-2779
10 years ago
Andy Wilkinson
fa4562f408
Polishing: spaces -> tabs
10 years ago
Andy Wilkinson
212520fa15
Add a property to disable auto-configuration of GzipFilter
...
Closes gh-2776
10 years ago
Stephane Nicoll
adaf175273
Clarified the naming scheme for starters
...
Initial update to the documentation to mention how a 3rd party starter
should be named. The current doc sends a completely inconsistent message
to what we actually intend.
See gh-2537
10 years ago
Spring Buildmaster
e03c11dda8
Next development version
10 years ago
Phillip Webb
495a79c324
Document logging properties with @PropertySource
...
Add a note to the logging documentation to point out a potential gotcha.
Fixes gh-2709
10 years ago
Phillip Webb
441beee2fa
Merge branch '1.1.x' into 1.2.x
10 years ago
Marcin Zajączkowski
cbf82c4793
Fix typo in gradle plugin documentation
...
(cherry-picked from commit 99f1c7b
)
10 years ago
Andy Wilkinson
0b61457d40
Merge branch '1.1.x' into 1.2.x
10 years ago
Andy Wilkinson
617b859842
Reinstate chapter titles in the PDF version of the reference guide
...
Closes gh-2723
10 years ago
Phillip Webb
90bff0b603
Fix outdated RandomAccessJarFile documentation
...
Fixes gh-2598
10 years ago
Phillip Webb
7c9ab5ced2
Minor documentation polish
10 years ago
Marcel Overdijk
c0c67f2593
Update doc
...
Add note about escaping Spring property placeholders when using Gradle
automatic expansion.
Closes gh-2695
10 years ago
Andy Wilkinson
0a38b9b3ab
Enable the configuration of arbitrary Elasticsearch client properties
...
Previously, only a handful of properties could be set when
auto-configuring an Elasticsearch client. This commit introduces support
for configuring arbitrary properties using the
spring.data.elasticsearch.properties prefix. For example,
client.transport.sniff can be configured using
spring.data.elasticsearch.properties.client.transport.sniff.
Closes gh-1838
10 years ago
Andy Wilkinson
89b4cac8b0
Allow Elasticsearch client-transport-sniff to be configured via the env
...
Previously, a TransportClient sniff property could not be configured
while using Spring Boot’s Elasticsearch auto-configuration. This commit
adds a new property, spring.data.elasticsearch.client-transport-sniff,
that can be used to configure the TransportClient while continuing to
use the auto-configuration support.
Closes gh-1838
10 years ago
Andy Wilkinson
b82e220008
Polish spring-boot-features
...
Wrap at 90 chars more consistently
10 years ago
izeye
a4be4670c3
Polish the documentation
...
Closes gh-2570
10 years ago
Phillip Webb
a717813c83
Update required Spring Framework version in docs
...
The actual required Spring Framework version is 4.1.5.
See gh-2575
10 years ago
Eric Dahl
018310e478
Fix broken link in docs
10 years ago
Phillip Webb
0174476ff1
Merge branch '1.1.x' into 1.2.x
10 years ago
Phillip Webb
50e1f80581
Remove .factorypath files
10 years ago
Phillip Webb
561ed99b5b
Merge branch '1.1.x' into 1.2.x
10 years ago
Spring Buildmaster
8f0ad02237
Next development version
10 years ago
Phillip Webb
8a49218e82
Fixup version numbers following release
10 years ago
Phillip Webb
8ecbef08a5
Update copyright year in docs
10 years ago
Spring Buildmaster
aea68f0c32
Next development version
10 years ago
Phillip Webb
ee1cab7f5b
Improve LevelRemappingAppender documentation
...
Fixes gh-2443
10 years ago
Phillip Webb
1231da1c2f
Add security.basic.authorize-mode property
...
Add a `security.basic.authorize-mode` property that can be used to
affect how basic security authorization is applied.
Fixes gh-2462
10 years ago
Phillip Webb
f7221be7c9
Rename spring.favicon.enabled property
...
Rename `spring.favicon.enabled` to `spring.mvc.favicon.enabled`.
See gh-2377
10 years ago
izeye
1493da1e03
Improve documentation
...
Closes gh-2553
10 years ago
Phillip Webb
4895b15bec
Add mustache to the documented starters
...
Closes gh-2242
10 years ago
Phillip Webb
d5a82aaed8
Document "annotation processing with Gradle"
...
Provide details of how to configure Gradle, including the work-around
require to parse any additional metadata files.
Fixes gh-2316
10 years ago
Phillip Webb
7943195d51
Rename RepositoryRestMvcBootConfiguration
...
Rename RepositoryRestMvcBootConfiguration to
SpringBootRepositoryRestMvcConfiguration so that it follows the same
naming pattern as other custom Spring Boot configurations.
See gh-2392
10 years ago
Phillip Webb
56e31a8c6b
Polish
10 years ago
Stephane Nicoll
a1b20c3745
Fix typo
10 years ago
StevenGeens
dc97d56cb7
Update documentation on resources filtering
...
Add an explicit note about the spring-boot:run goal that prevents the use
of resources filtering by default.
10 years ago
Dave Syer
1f316a846d
AutoConfigurationReport -> ConditionEvaluationReport
...
Fixes gh-2493
10 years ago
Dave Syer
c3c156515f
Add extra detail on servlet listeners
...
Fixes gh-2518
10 years ago
Andy Wilkinson
b8babd4eb4
Polish documentation on @ConfigurationProperties getters and setters
...
- Correct typo (coercable -> coercible)
- Update description to reflect that Spring 4.1.5 supports the
expansion of array properties and and a test that verifies the
behaviour
10 years ago
Andy Wilkinson
d87bf707a7
Merge branch '1.1.x'
10 years ago
Dave Syer
5efdb85876
Enhance note about Java Bean getters and setters
10 years ago
Dave Syer
e541e139a2
Add note about Java Bean getters and setters
...
Apparently some users are unclear that setters and getters are
mandatory for @ConfigurationProperties. This should clear it up.
10 years ago
Andy Wilkinson
0ef3de4d82
Document how to disable auto registration of a Servlet or Filter bean
...
Closes gh-2173
10 years ago