Skip to content

Commit 52068f5

Browse files
committed
bug fix
1 parent dc1f7a1 commit 52068f5

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

src/main/resource/application-pro.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ luna.ftp.voice=/pub/voice/
6464
# \u672C\u5730\u4E34\u65F6\u8DEF\u5F84
6565
luna.ftp.localPath=D:/
6666
# ffmpeg \u5B89\u88C5\u8DEF\u5F84 windows:D:/ffmpeg/ffmpeg/bin/ffmpeg.exe Linux: ffmpeg
67-
luna.ffmpeg.path=D:/ffmpeg/ffmpeg/bin/ffmpeg.exe
67+
luna.ffmpeg.path=D:/ffmpeg/ffmpeg/bin/ffmpeg.exe
68+
# openCv\u4EBA\u8138\u6A21\u578B
69+
luna.face.faceModel=static/faceData/flandmark_model.dat
70+
luna.face.frontalFace=static/faceData/haarcascade_frontalface_alt.xml

src/test/java/com/luna/commons/CommonApplicationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.luna.commons;
22

33
import com.luna.commons.config.JavaCvConfigValue;
4-
import com.luna.commons.ffmpeg.FfmpegConfigValue;
54
import com.luna.commons.javacv.CheckFace;
65
import org.junit.Test;
76
import org.junit.runner.RunWith;

wiki!.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,33 @@ luna.baidu.appKey=xxxx
1616
luna.baidu.secretKey=xxx
1717
luna.baidu.appId=xxx
1818
luna.baidu.jsKey=xxx
19-
2019
# 腾讯APi
2120
luna.tencent.secretId=xxx
2221
luna.tencent.secretKey=xxx
23-
2422
# 腾讯短信服务
2523
# 短信模板Id
2624
luna.smstencent.authCode=xxx
2725
luna.smstencent.resetPassword=xxx
2826
luna.smstencent.appId=xxx
2927
luna.smstencent.sign=xxx
30-
3128
#邮箱操作
3229
#自定义发送用户名
3330
spring.mail.name=xxx
3431
spring.mail.username=xxx
3532
spring.mail.password=xxx
3633
spring.mail.host=xxx
3734
spring.mail.smtp.ssl.enable=true
38-
3935
# 腾讯云市场APi
40-
4136
# 天眼身份认证
4237
luna.tencent.skyEyeSecretid=xxx
4338
luna.tencent.skyEyeSecretkey=xxx
4439
# 腾讯地图
4540
luna.tencent.mapKey=xxx
46-
4741
#阿里oss服务器
4842
luna.ali.ossId=xxx
4943
luna.ali.ossKey=xxx
5044
luna.ali.bucketName=xxx
5145
luna.ali.host=xxx
52-
5346
# 支付宝
5447
# 应用ID,您的APPID,收款账号既是您的APPID对应支付宝账号
5548
luna.alipay.appId=xxx
@@ -65,11 +58,9 @@ luna.alipay.returnUrl=xxx
6558
luna.alipay.signType=RSA2
6659
# 支付宝网关
6760
luna.alipay.gatewayUrl=https://openapi.alipaydev.com/gateway.do
68-
6961
# redis
7062
spring.redis.host=xxx
7163
spring.redis.port=6379
72-
7364
#ftp
7465
#地址
7566
luna.ftp.host=xxx
@@ -87,6 +78,10 @@ luna.ftp.voice=/pub/voice/
8778
luna.ftp.localPath=D:/
8879
# ffmpeg 安装路径 windows:D:/ffmpeg/ffmpeg/bin/ffmpeg.exe Linux: ffmpeg
8980
luna.ffmpeg.path=D:/ffmpeg/ffmpeg/bin/ffmpeg.exe
81+
82+
# openCv人脸模型
83+
luna.face.faceModel=static/faceData/flandmark_model.dat
84+
luna.face.frontalFace=static/faceData/haarcascade_frontalface_alt.xml
9085
```
9186

9287

0 commit comments

Comments
 (0)