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

10 lines
155 B
YAML

spring:
datasource:
maxIdle: 10
minIdle: 5
maxActive: 10
jpa:
show-sql: true
properties:
hibernate:
format_sql: false