Files
DABEEO-DETECTION-APPLICATION/api-app/app/src/main/resources/application.yml
2026-04-09 10:15:40 +09:00

20 lines
281 B
YAML

spring:
profiles:
active: local
jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate:
format_sql: true
management:
endpoints:
web:
base-path: /monitor
endpoint:
health:
probes:
enabled: true