backend-vets-service/src/test/resources/application-test.yml
2025-10-28 09:23:08 +01:00

21 lines
302 B
YAML

spring:
cloud:
config:
enabled: false
sql:
init:
schema-locations: classpath*:db/hsqldb/schema.sql
data-locations: classpath*:db/hsqldb/data.sql
jpa:
hibernate:
ddl-auto: none
eureka:
client:
enabled: false
vets:
cache:
ttl: 10
heap-size: 10