Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <db:config name="db">
  2. <db:my-sql-connection database="mozart_test" host="${host}" password="${password}" port="${port}" user="${user}">
  3. <db:pooling-profile acquireIncrement="1" maxPoolSize="5" maxWait="0" maxWaitUnit="SECONDS" minPoolSize="0" preparedStatementCacheSize="5"/>
  4. </db:my-sql-connection>
  5. </db:config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement