Skip to content

Commit 168478f

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-27010
2 parents 8668e55 + e5665c8 commit 168478f

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)