前提:我将验证码存入了map集合,进行验证。
private static HashMap<String, Integer> emailMap = new HashMap<>();
一、通过邮箱发送验证码:
1、准备条件:引入hutool依赖,
<!--hutool-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.16</version>
</dependency>
<!--发送邮件-->
<dependency>
<groupId