Commit f3d9870477f0d40de4fc11e2841e9bacac1ee9d7
1 parent
0c0e54c3
Fix wrong properties to increase JDBC connection tomcat pool
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/test/resources/application.properties
@@ -2,4 +2,4 @@ logging.level.org.springframework=INFO | @@ -2,4 +2,4 @@ logging.level.org.springframework=INFO | ||
2 | logging.level.org.hibernate.SQL=DEBUG | 2 | logging.level.org.hibernate.SQL=DEBUG |
3 | logging.level.org.hibernate=INFO | 3 | logging.level.org.hibernate=INFO |
4 | spring.datasource.url=jdbc:h2:mem:persistence;TRACE_LEVEL_FILE=4; | 4 | spring.datasource.url=jdbc:h2:mem:persistence;TRACE_LEVEL_FILE=4; |
5 | -spring.datasource.maxActive=300 | ||
6 | \ No newline at end of file | 5 | \ No newline at end of file |
6 | +spring.datasource.tomcat.max-active=300 | ||
7 | \ No newline at end of file | 7 | \ No newline at end of file |