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

This commit is contained in:
2026-05-12 23:57:23 +00:00
parent 330ca624d2
commit 631c6dc662

View File

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