feat: 配置调整
parent
f23c44c16e
commit
659a197de5
|
|
@ -4,6 +4,12 @@ server:
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: user-service
|
name: user-service
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
dashboard: localhost:8858 # Sentinel 控制台地址
|
||||||
|
port: 8719 # 与控制台通信的端口
|
||||||
|
eager: true # 启动就连接 dashboard,不等接口调用
|
||||||
management:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue