添加oss
This commit is contained in:
parent
df893bde5d
commit
a938dc5e5f
|
|
@ -14,5 +14,15 @@ mybatis:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
mapper-locations: classpath:mapper/*.xml
|
mapper-locations: classpath:mapper/*.xml
|
||||||
|
cloudstorage:
|
||||||
|
type: 2
|
||||||
|
url: czg-oss.oss-cn-hangzhou.aliyuncs.com
|
||||||
|
prefix: /app/statics
|
||||||
|
accessKey: LTAI5tPdEfYSZcqHbjCrtPRD
|
||||||
|
secretKey: DZjyHBq3nTujF0NMLxnZgsecU8ZCvy
|
||||||
|
bucketName: czg-oss
|
||||||
|
endPoint: oss-cn-hangzhou.aliyuncs.com
|
||||||
|
qcloudRegion:
|
||||||
|
qcloudAppId:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue