Merge pull request #26975 from hrybs

* pr/26975:
  Document uuid support in RandomValuePropertySource

Closes gh-26975
This commit is contained in:
Stephane Nicoll 2021-06-22 08:21:18 +02:00
commit e5665c815d
1 changed files with 1 additions and 0 deletions

View File

@ -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