diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..2813afe --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,21 @@ +server: + port: 8080 + +spring: + application: + name: test-for-174--015 + 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--015