hello

前端之家收集整理的这篇文章主要介绍了hello前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<datasources>
<local-tx-datasource>
<jndi-name>PostgreDS</jndi-name>
<connection-url>jdbc:postgresql://192.168.158.221/cdms(beta1)</connection-url>
<!--

Here are a couple of the possible OCI configurations.
For more information,see

<connection-url>jdbc:oracle:thin:@192.168.158.210:1521:xms</connection-url>
or
<connection-url>jdbc:oracle:oci:@(description=(address=(host=youroraclehost)(protocol=tcp)(port=1521))(connect_data=(SERVICE_NAME=yourservicename)))</connection-url>

Clearly,its better to have TNS set up properly.
-->
<driver-class>org.postgresql.Driver</driver-class>
<user-name>wxz</user-name>
<password>wxz</password>
<min-pool-size>5</min-pool-size>
<max-pool-size>15</max-pool-size>
<!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
<!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
<!-- Checks the Oracle error codes and messages for fatal errors -->
<!-- sql to call when connection is created
<new-connection-sql>some arbitrary sql</new-connection-sql>
-->

<!-- sql to call on an existing pooled connection when it is obtained from pool - the OracleValidConnectionChecker is prefered
<check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
-->

</local-tx-datasource>

</datasources>

原文链接:https://www.f2er.com/postgresql/197484.html

猜你在找的Postgre SQL相关文章