mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
17 lines
218 B
YAML
17 lines
218 B
YAML
server:
|
|
port: 18088
|
|
|
|
spring:
|
|
application:
|
|
name: service-provider
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 127.0.0.1:8848
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: '*'
|