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