config-cloud-demo/user-service.yml

27 lines
573 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

server:
port: 9003
spring:
application:
name: user-service
cloud:
sentinel:
transport:
dashboard: localhost:8858 # Sentinel 控制台地址
port: 8719 # 与控制台通信的端口
eager: true # 启动就连接 dashboard不等接口调用
management:
endpoints:
web:
exposure:
include: refresh,health,info # 公开 refresh 接口
user:
name: 哈哈
age: 26
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka