美文网首页spring securitySpringHome
SpringBoot+Security 发送短信验证码

SpringBoot+Security 发送短信验证码

作者: 紫霞等了至尊宝五百年 | 来源:发表于2018-05-14 02:29 被阅读411次

    在core模块下properties包中创建SmsCodeProperties

    在ValidateCodeProperties中new一个SmsCodeProperties对象,并实现getter、setter方法

    在core模块下validate包中创建SmsCodeGenerator实现ValidateCodeGenerator接口

    创建SmsCodeSender接口,定义发送短信的抽象方法


    实现SmsCodeSender接口



    在ValidateCodeBeanConfig中把SmsCodeSenderImpl注入到容器中


    相关文章

      网友评论

        本文标题:SpringBoot+Security 发送短信验证码

        本文链接:https://www.haomeiwen.com/subject/ddordftx.html