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