argos/annotation-service/annotation-web/src/main/resources/config/db-devel.yml

10 lines
155 B
YAML
Raw Normal View History

2024-02-09 17:50:34 +01:00
spring:
2024-03-28 13:57:51 +01:00
datasource:
maxIdle: 10
minIdle: 5
maxActive: 10
2024-02-09 17:50:34 +01:00
jpa:
show-sql: true
properties:
hibernate:
2024-03-28 13:57:51 +01:00
format_sql: false