init
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
--- # 监控中心配置
|
||||
spring.boot.admin.client:
|
||||
# 增加客户端开关
|
||||
enabled: true
|
||||
url: http://localhost:9090/admin
|
||||
instance:
|
||||
service-host-type: IP
|
||||
username: ruoyi
|
||||
password: 123456
|
||||
#spring.boot.admin.client:
|
||||
# # 增加客户端开关
|
||||
# enabled: true
|
||||
# url: http://localhost:9090/admin
|
||||
# instance:
|
||||
# service-host-type: IP
|
||||
# username: ruoyi
|
||||
# password: 123456
|
||||
|
||||
--- # xxl-job 配置
|
||||
xxl.job:
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
spring.servlet.multipart.location: /ruoyi/server/temp
|
||||
|
||||
--- # 监控中心配置
|
||||
spring.boot.admin.client:
|
||||
# 增加客户端开关
|
||||
enabled: false
|
||||
url: http://localhost:9090/admin
|
||||
instance:
|
||||
service-host-type: IP
|
||||
username: ruoyi
|
||||
password: 123456
|
||||
#spring.boot.admin.client:
|
||||
# # 增加客户端开关
|
||||
# enabled: false
|
||||
# url: http://localhost:9090/admin
|
||||
# instance:
|
||||
# service-host-type: IP
|
||||
# username: ruoyi
|
||||
# password: 123456
|
||||
|
||||
--- # xxl-job 配置
|
||||
xxl.job:
|
||||
|
||||
@@ -244,11 +244,12 @@ lock4j:
|
||||
--- # Actuator 监控端点的配置项
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: '*'
|
||||
endpoint:
|
||||
health:
|
||||
show-details: ALWAYS
|
||||
logfile:
|
||||
external-file: ./logs/sys-console.log
|
||||
enabled-by-default: false
|
||||
# web:
|
||||
# exposure:
|
||||
# include: '*'
|
||||
# endpoint:
|
||||
# health:
|
||||
# show-details: ALWAYS
|
||||
# logfile:
|
||||
# external-file: ./logs/sys-console.log
|
||||
|
||||
Reference in New Issue
Block a user