From 631c6dc662ca6576705f2e878ded3417231ac823 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Tue, 12 May 2026 23:57:23 +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..24f18b1 --- /dev/null +++ b/src/main/resources/application.yml @@ -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