提交 6e6fb721 编写于 作者: R Ray Hao

chore: 项目结构调整优化

上级 95835d19
......@@ -191,26 +191,25 @@
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-log</artifactId>
<artifactId>common-security</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-security</artifactId>
<artifactId>common-seata</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-seata</artifactId>
<artifactId>common-apidoc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-apidoc</artifactId>
<artifactId>common-sms</artifactId>
<version>${project.version}</version>
</dependency>
......
package com.youlai.common.constant;
/**
* OAuth2 常量
*
* @author haoxr
* @since 3.1.0
*/
public interface OAuth2Constants {
/**
* 验证码唯一标识, 用于从Redis获取验证码Code和输入的验证码进行比对
*/
String CAPTCHA_ID = "captchaId";
/**
* 验证码 Code
*/
String CAPTCHA_CODE = "captchaCode";
}
......@@ -18,11 +18,6 @@
<artifactId>common-core</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-log</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-redis</artifactId>
......
......@@ -20,8 +20,8 @@
<module>common-web</module>
<module>common-mybatis</module>
<module>common-rabbitmq</module>
<module>common-log</module>
<module>common-security</module>
<module>common-seata</module>
<module>common-sms</module>
</modules>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册