Update applicationContext.xml

Penambahan konfigurasi port number
This commit is contained in:
Salman Manoe 2023-11-02 14:18:36 +07:00
parent 9dc3b46010
commit 42ebba385b

View File

@ -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> -->