Merge branch '2.5.x'

Closes gh-27011
pull/27017/head
Stephane Nicoll 3 years ago
commit 142a68292c

@ -44,6 +44,7 @@ import org.springframework.util.StringUtils;
* specified range.</li> * specified range.</li>
* <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally * <li>When {@literal "long"}, a random {@link Long} value, restricted by an optionally
* specified range.</li> * specified range.</li>
* <li>When {@literal "uuid"}, a random {@link UUID} value.</li>
* <li>Otherwise, a {@code byte[]}.</li> * <li>Otherwise, a {@code byte[]}.</li>
* </ul> * </ul>
* The {@literal "random.int"} and {@literal "random.long"} properties supports a range * The {@literal "random.int"} and {@literal "random.long"} properties supports a range

Loading…
Cancel
Save