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