management:
endpoints:
web:
exposure:
include: '*'
exclude: configprops # 排除对配置信息的监控,每次浏览这个节点的时候,
#数据库的链接就一直释放不掉, 最后导致超时,因为配置信息的监控也不重要,
endpoint:
health:
show-details: ALWAYS
每点一次会占用,还不会释放
management:
endpoints:
web:
exposure:
include: '*'
exclude: configprops # 排除对配置信息的监控,每次浏览这个节点的时候,
#数据库的链接就一直释放不掉, 最后导致超时,因为配置信息的监控也不重要,
endpoint:
health:
show-details: ALWAYS
每点一次会占用,还不会释放