Update applicationContext.xml
Penambahan konfigurasi port number
This commit is contained in:
parent
9dc3b46010
commit
42ebba385b
@ -43,6 +43,7 @@
|
||||
<prop key="databaseName">${jdbc.databaseName}</prop>
|
||||
<prop key="user">${jdbc.username}</prop>
|
||||
<prop key="password">${jdbc.password}</prop>
|
||||
<prop key="portNumber">${jdbc.portNumber}</prop>
|
||||
|
||||
<!-- <prop key="cachePrepStmts">true</prop> <prop key="prepStmtCacheSize">250</prop>
|
||||
<prop key="prepStmtCacheSqlLimit">2048</prop> <prop key="useServerPreStmts">true</prop> -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user