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

This commit is contained in:
2026-04-16 09:59:33 +00:00
parent ccfbfa575a
commit 2c08c11e08

View File

@@ -0,0 +1,21 @@
server:
port: 8080
spring:
application:
name: cicd-deep-link-test
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: cicd-deep-link-test