Browse Source

Document uuid support in RandomValuePropertySource

See gh-26975
pull/27348/head
Sviatoslav Hryb 5 years ago committed by Stephane Nicoll
parent
commit
2252deb69b
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/RandomValuePropertySource.java

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

@ -44,6 +44,7 @@ import org.springframework.util.StringUtils; @@ -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

Loading…
Cancel
Save