summaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsDao/src/test/resources/application.properties
blob: bf76714f3c01323e3980f68677e5b6c351290a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# H2 DB Details
spring.jpa.hibernate.ddl-auto = update
spring.jpa.database = HSQL
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.HSQLDialect
spring.datasource.driverClassName = org.hsqldb.jdbcDriver
spring.datasource.url: jdbc:hsqldb:mem:scratchdb
spring.datasource.username =sa
spring.datasource.password =sa

spring.datasource.tomcat.max-wait=20000
spring.datasource.tomcat.max-active=50
spring.datasource.tomcat.max-idle=20
spring.datasource.tomcat.min-idle=15

spring.jpa.show-sql=true