mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 monitor 设置 context-path 导致退出重新登录404问题
This commit is contained in:
@ -19,7 +19,6 @@ spring:
|
||||
admin:
|
||||
ui:
|
||||
title: RuoYi-Vue-Plus服务监控中心
|
||||
context-path: /admin
|
||||
|
||||
--- # Actuator 监控端点的配置项
|
||||
management:
|
||||
@ -38,7 +37,7 @@ spring.boot.admin.client:
|
||||
# 增加客户端开关
|
||||
enabled: true
|
||||
# 设置 Spring Boot Admin Server 地址
|
||||
url: http://localhost:9090/admin
|
||||
url: http://localhost:9090
|
||||
instance:
|
||||
service-host-type: IP
|
||||
metadata:
|
||||
|
Reference in New Issue
Block a user