|
|
@ -18,4 +18,9 @@ spring.h2.console.enabled=true |
|
|
|
# Custom H2 Console URL (optional) |
|
|
|
spring.h2.console.path=/h2 |
|
|
|
# Avoid hibernate initialization |
|
|
|
spring.jpa.hibernate.ddl-auto=none |
|
|
|
spring.jpa.hibernate.ddl-auto=none |
|
|
|
|
|
|
|
# Actuator detailed health check available at /health |
|
|
|
management.endpoints.web.base-path=/ |
|
|
|
management.endpoint.health.show-details=always |
|
|
|
management.endpoint.health.enabled=true |