Skip to content

Commit 2252deb

Browse files
hrybssnicoll
authored andcommitted
Document uuid support in RandomValuePropertySource
See gh-26975
1 parent 333c7a7 commit 2252deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/RandomValuePropertySource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* specified range.</li>
4545
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
4646
* specified range.</li>
47+
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
4748
* <li>Otherwise, a {@code byte[]}.</li>
4849
* </ul>
4950
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range

0 commit comments

Comments
 (0)