Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<datasources>
   <datasource name="LoanApplicationDS" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/bigbank" username="bigbank" password="bigbank">
      <URL>jdbc:h2:mem:MessageDS;DB_CLOSE_DELAY=-1</URL>
      <minPoolSize>5</minPoolSize>
      <maxPoolSize>10</maxPoolSize>
   </datasource>
</datasources>

...