1.导入hutool依赖
<!--hutool-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.17</version>
</dependency>
2.使用hutool工具包的工具类RandomUtil调用randomNumbers(int length)方法
RandomUtil.randomNumbers(6);