Files
smartproc-be/src/main/resources/bootstrap.properties
T
2023-05-23 19:42:51 +07:00

5 lines
235 B
Properties

spring.application.name=smartproc
spring.profiles.active=@spring.profiles.active@
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=ALWAYS
management.metrics.tags.application=${spring.application.name}