mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
12 lines
331 B
INI
12 lines
331 B
INI
server.port=18082
|
|
spring.application.name=service-provider
|
|
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
|
|
management.endpoints.web.exposure.include=*
|
|
|
|
|
|
dubbo.scan.base-packages=org.springframework.cloud.alibaba.cloud.examples
|
|
|
|
dubbo.registry.address=nacos://127.0.0.1:8848
|
|
|
|
dubbo.protocol.name=dubbo
|
|
dubbo.protocol.port=-1 |