From f3d9870477f0d40de4fc11e2841e9bacac1ee9d7 Mon Sep 17 00:00:00 2001 From: jcartign Date: Mon, 26 Sep 2016 10:13:22 +0200 Subject: [PATCH] Fix wrong properties to increase JDBC connection tomcat pool --- src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 1e0b967..d744dce 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -2,4 +2,4 @@ logging.level.org.springframework=INFO logging.level.org.hibernate.SQL=DEBUG logging.level.org.hibernate=INFO spring.datasource.url=jdbc:h2:mem:persistence;TRACE_LEVEL_FILE=4; -spring.datasource.maxActive=300 \ No newline at end of file +spring.datasource.tomcat.max-active=300 \ No newline at end of file -- libgit2 0.21.2