Skip to content
Snippets Groups Projects

Resolve "Actuator"

Merged Alžbeta Hajná requested to merge 11-actuator into develop
2 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,4 +10,9 @@ spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.show-sql=true
spring.jackson.property-naming-strategy=SNAKE_CASE
spring.cache.type=NONE
appconfig.enablecache=false
\ No newline at end of file
appconfig.enablecache=false
management.endpoints.web.exposure.include=info,health,metrics,loggers,beans
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