Commit 4272103d authored by m1991's avatar m1991

sms工具类迁移 用户注册功能接口实现

parent aad3d84c
...@@ -149,20 +149,20 @@ ...@@ -149,20 +149,20 @@
<version>1.7.1</version> <version>1.7.1</version>
</dependency> </dependency>
<!-- 视频获取第一帧 --> <!-- 视频获取第一帧 -->
<dependency> <dependency>
<groupId>org.bytedeco</groupId> <groupId>org.bytedeco</groupId>
<artifactId>javacv</artifactId> <artifactId>javacv</artifactId>
<version>0.8</version> <version>0.8</version>
</dependency> </dependency>
<!--druid数据源 -->
<!--druid数据源 --> <dependency>
<dependency> <groupId>com.alibaba</groupId>
<groupId>com.alibaba</groupId> <artifactId>druid</artifactId>
<artifactId>druid</artifactId> <version>1.2.5</version>
<version>1.1.9</version> </dependency>
</dependency> </dependencies>
</dependencies> </dependencyManagement>
<!-- MVN构建插件 --> <!-- MVN构建插件 -->
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment