datasource-postgres-form.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <dataSources>
  3. <dataSource>
  4. <name>def</name>
  5. <alias>dataSource_default</alias>
  6. <dbType>postgres</dbType>
  7. <driver>org.postgresql.Driver</driver>
  8. <driverUrl>jdbc:postgresql://192.168.3.230:5432/ibps_form</driverUrl>
  9. <user>root</user>
  10. <password>root</password>
  11. <status>actived</status>
  12. <isDefault>true</isDefault>
  13. <variables>
  14. <testOnBorrow>false</testOnBorrow>
  15. <testWhileIdle>true</testWhileIdle>
  16. <validationQuery>SELECT 1 FROM IBPS_RIGHTS_CONF</validationQuery>
  17. <maxPoolPreparedStatementPerConnectionSize>20</maxPoolPreparedStatementPerConnectionSize>
  18. <removeAbandonedTimeout>1800</removeAbandonedTimeout>
  19. <testOnReturn>false</testOnReturn>
  20. <maxActive>20</maxActive>
  21. <logAbandoned>true</logAbandoned>
  22. <poolPreparedStatements>true</poolPreparedStatements>
  23. <minIdle>3</minIdle>
  24. <maxWait>3600000</maxWait>
  25. <removeAbandoned>true</removeAbandoned>
  26. <timeBetweenEvictionRunsMillis>3600000</timeBetweenEvictionRunsMillis>
  27. <minEvictableIdleTimeMillis>300000</minEvictableIdleTimeMillis>
  28. <initialSize>3</initialSize>
  29. <filters>stat</filters>
  30. </variables>
  31. </dataSource>
  32. </dataSources>