feat(scaffold): add src/main/resources/application.yml [skip ci]

This commit is contained in:
2026-04-20 17:09:18 +00:00
parent e1d992614f
commit 5dcb823eae

View File

@@ -0,0 +1,21 @@
server:
port: 8080
spring:
application:
name: test-for-174--016
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-174--016