Skip to content

Commit 5162b17

Browse files
committed
update applicationContext-business.xml
1 parent 4ad9ae4 commit 5162b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/applicationContext-business.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
value="${jdbc.url}" />
5353
<property name="user" value="${jdbc.username}" />
5454
<property name="password" value="${jdbc.password}" />
55-
<property name="minPoolSize" value="5" />
56-
<property name="acquireIncrement" value="5" />
57-
<property name="maxPoolSize" value="10" />
55+
<property name="minPoolSize" value="1" />
56+
<property name="acquireIncrement" value="1" />
57+
<property name="maxPoolSize" value="3" />
5858
</bean>
5959

6060
<!-- Hibernate SessionFactory -->

0 commit comments

Comments
 (0)