mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
12 lines
408 B
INI
12 lines
408 B
INI
spring.application.name=service-consumer
|
|
server.port=18083
|
|
management.endpoints.web.exposure.include=*
|
|
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
|
|
|
|
feign.sentinel.enabled=true
|
|
|
|
spring.cloud.sentinel.transport.dashboard=localhost:8080
|
|
spring.cloud.sentinel.eager=true
|
|
|
|
spring.cloud.sentinel.datasource.ds1.file.file=classpath: flowrule.json
|
|
spring.cloud.sentinel.datasource.ds1.file.data-type=json |