# aichen-code-spring-boot-starter **Repository Path**: zhengaichen/aichen-code-spring-boot-starter ## Basic Information - **Project Name**: aichen-code-spring-boot-starter - **Description**: 这是一个验证码发送starter - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-05 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: spring-boot-starter ## README # 爱辰验证码服务 ## 简介 使用此组件发送验证码:目前只支持电子邮件的方式发送验证码。 ## 使用步骤 1、clone项目到本地: ``` git clone https://gitee.com/zhengaichen/aichen-code-spring-boot-starter.git ``` 2、安装项目到本地 maven 仓库 ```bash mvn clean install ``` 3、引入依赖 ```xml com.aichen.starter aichen-code-spring-boot-starter 1.0-SNAPSHOT ``` 4、编写 application.yml 配置文件 ```yaml aichen: code: name: 系统名称 ```