18 lines
471 B
18 lines
471 B
spring:
|
|
datasource:
|
|
url: jdbc:mysql://101.34.243.138:7306/siliqua_recognition?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
username: ams
|
|
password: ams@1234
|
|
|
|
|
|
redis:
|
|
host: 192.168.10.111
|
|
port: 6379
|
|
email:
|
|
to: yeguangzhang@126.com
|
|
|
|
recognition:
|
|
model:
|
|
url: http://api.camacloud.org.cn/recognition
|
|
|
|
|
|
|