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

update sms example

This commit is contained in:
fangjian0423 2019-03-04 15:38:57 +08:00
parent 5e9cfaba0e
commit 0e4de15632

View File

@ -1,4 +1,9 @@
spring.application.name=sca-sms-example spring.application.name=sca-sms-example
server.port=9051 server.port=9051
# config management # config sms
spring.cloud.alicloud.access-key=*****
spring.cloud.alicloud.secret-key=******
spring.cloud.alicloud.sms.report-queue-name=*****
spring.cloud.alicloud.sms.up-queue-name=*****
#config endpoint
management.endpoints.web.exposure.include=* management.endpoints.web.exposure.include=*