28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
spring:
|
|
datasource:
|
|
# url: jdbc:mysql://yingdiandian.mysql.rds.aliyuncs.com:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&useAffectedRows=true
|
|
# username: yingdd
|
|
# password: Yingdd2015
|
|
url: jdbc:mysql://127.0.01:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&useAffectedRows=true
|
|
username: root
|
|
password: 123456
|
|
# url: jdbc:mysql://120.27.209.4:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&useAffectedRows=true
|
|
# username: root
|
|
# password: hyty1234
|
|
|
|
redis:
|
|
host: 127.0.0.1
|
|
password:
|
|
timeout: 6000
|
|
port: 6379
|
|
|
|
jpa:
|
|
show-sql: true
|
|
|
|
oss:
|
|
accessKeyId: LTAIlbtS4W2Xe4OV
|
|
accessKeySecret: qWMYkSfmXFtRoIv9q9OCbszcF9U7dX
|
|
protocol: http
|
|
name: smartvenue
|
|
endPoint: http://oss-cn-beijing.aliyuncs.com
|
|
url: https://smartvenue.oss-cn-beijing.aliyuncs.com/ |