application.yml
384 Bytes
spring:
application:
name: huaheng-control-management-center
profiles:
active: dev
# 添加监控配置
management:
metrics:
export:
prometheus:
enabled: true
tags:
application: ${spring.application.name}
version: ${huaheng.system.version}
huaheng:
system:
version: '@project.version@'
artifactId: '@project.artifactId@'