增加配置与依赖
This commit is contained in:
parent
d9ed9d8638
commit
aac19299a5
18
pom.xml
18
pom.xml
@ -65,6 +65,12 @@
|
|||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>login-app</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ink.wgink</groupId>
|
<groupId>ink.wgink</groupId>
|
||||||
<artifactId>service-position</artifactId>
|
<artifactId>service-position</artifactId>
|
||||||
@ -83,6 +89,18 @@
|
|||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>module-instant-message</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ink.wgink</groupId>
|
||||||
|
<artifactId>module-sms</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ink.wgink</groupId>
|
<groupId>ink.wgink</groupId>
|
||||||
<artifactId>login-oauth2-server</artifactId>
|
<artifactId>login-oauth2-server</artifactId>
|
||||||
|
@ -59,21 +59,31 @@ swagger:
|
|||||||
base-package-list: ink.wgink,com.cn
|
base-package-list: ink.wgink,com.cn
|
||||||
|
|
||||||
file:
|
file:
|
||||||
# ????????????
|
|
||||||
upload-path: /Users/wanggeng/Desktop/UploadFiles/
|
upload-path: /Users/wanggeng/Desktop/UploadFiles/
|
||||||
# ????
|
|
||||||
image-types: png,jpg,jpeg,gif,blob
|
image-types: png,jpg,jpeg,gif,blob
|
||||||
# ????
|
|
||||||
video-types: mp4,rmvb
|
video-types: mp4,rmvb
|
||||||
# ????
|
|
||||||
audio-types: mp3,wmv,amr
|
audio-types: mp3,wmv,amr
|
||||||
# ????
|
|
||||||
file-types: doc,docx,xls,xlsx,ppt,pptx,txt,zip,rar,apk,pdf
|
file-types: doc,docx,xls,xlsx,ppt,pptx,txt,zip,rar,apk,pdf
|
||||||
# ?????????
|
|
||||||
max-file-count: 6
|
max-file-count: 6
|
||||||
# ???????????0???0.4
|
|
||||||
image-output-quality: 0.4
|
image-output-quality: 0.4
|
||||||
|
|
||||||
|
# 即时通讯
|
||||||
|
websocket:
|
||||||
|
url: 127.0.0.1
|
||||||
|
port: 8081
|
||||||
|
context: websocket
|
||||||
|
|
||||||
|
# 短信服务
|
||||||
|
sms:
|
||||||
|
active: true
|
||||||
|
type: default
|
||||||
|
default-sms:
|
||||||
|
account: xd001382
|
||||||
|
password: xd001382136
|
||||||
|
sign: 【日喀则文化馆】
|
||||||
|
template:
|
||||||
|
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒,若非本人操作,请忽略。'
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
name: /Users/wanggeng/Desktop/UploadFiles/logs/usercenter-logs.log
|
name: /Users/wanggeng/Desktop/UploadFiles/logs/usercenter-logs.log
|
||||||
|
Loading…
Reference in New Issue
Block a user