This commit is contained in:
Phillip Webb
2015-02-09 11:39:33 -08:00
parent 5922cfa41f
commit 636898f9ad
9 changed files with 14 additions and 14 deletions

View File

@@ -274,7 +274,6 @@ a specific command line switch (e.g. `java -jar app.jar --name="Spring"`).
[[boot-features-external-config-random-values]]
=== Configuring random values
The `RandomValuePropertySource` is useful for injecting random values (e.g. into secrets
or test cases). It can produce integers, longs or strings, e.g.