Skip to content
Snippets Groups Projects

Resolve "Actuator"

Merged Alžbeta Hajná requested to merge 11-actuator into develop
3 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,4 +11,9 @@ spring.jpa.show-sql=true
spring.jackson.property-naming-strategy=SNAKE_CASE
spring.cache.type=NONE
spring.profiles.active=dev
appconfig.enablecache=false
\ No newline at end of file
appconfig.enablecache=false
management.endpoints.web.exposure.include=health,metrics,loggers,beans,prometheus
management.endpoint.health.show-details=always
management.endpoint.health.show-components=always
management.endpoint.health.probes.enabled=true
\ No newline at end of file
Loading