Commit e5665c81 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #26975 from hrybs

* pr/26975:
  Document uuid support in RandomValuePropertySource

Closes gh-26975
parents 333c7a7c 2252deb6
......@@ -44,6 +44,7 @@ import org.springframework.util.StringUtils;
* specified range.</li>
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
* specified range.</li>
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
* <li>Otherwise, a {@code byte[]}.</li>
* </ul>
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment