1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

refactor storage module: rename storage to oss

This commit is contained in:
fangjian0423
2018-09-30 11:01:48 +08:00
parent 7c1699dcd8
commit 8702fe00ae
27 changed files with 42 additions and 42 deletions

View File

@@ -0,0 +1,8 @@
spring.application.name=oss-example
server.port=18084
spring.cloud.alibaba.oss.accessKeyId=[your-ak]
spring.cloud.alibaba.oss.secretAccessKey=[your-sk]
spring.cloud.alibaba.oss.region=[your-region]
management.endpoints.web.exposure.include=*