From 90186d6792abec730a3715c54e25e969d7d8cbe4 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Tue, 28 Apr 2026 12:17:41 +0000 Subject: [PATCH] feat(scaffold): add src/main/resources/application.yml [skip ci] --- src/main/resources/application.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/application.yml diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..7e1ad3a --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,21 @@ +server: + port: 8080 + +spring: + application: + name: test-for-310--001 + 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--001