summaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsApi/src/test/resources/application.properties
blob: a17b6c9afe4f8a4b27689641cfc07e563ce5b09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server.tomcat.uri-encoding=utf-8

# maria db details

spring.datasource.url=jdbc:mariadb://localhost:3307/testreports
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect


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