22 lines
366 B
YAML
22 lines
366 B
YAML
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
application:
|
|
name: test-for-310--006
|
|
profiles:
|
|
active: ${SPRING_PROFILES_ACTIVE:default}
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: health,info,prometheus,metrics
|
|
base-path: /actuator
|
|
endpoint:
|
|
health:
|
|
show-details: always
|
|
metrics:
|
|
tags:
|
|
application: test-for-310--006
|