能源項目xml檔案標籤釋義--DataSource

來源:互聯網
上載者:User

標籤:ini   sel   sql   active   drive   cts   thread   min   ida   

<bean id="dataSource1" class="org.apache.tomcat.jdbc.pool.DataSource" destroy-method="close">        <property name="poolProperties">            <bean class="org.apache.tomcat.jdbc.pool.PoolProperties">                <property name="driverClassName" value="com.mysql.jdbc.Driver" />                <property name="url" value="${jdbc.url}" />                <property name="username" value="${jdbc.user}" />                <property name="password" value="${jdbc.password}" />                <!-- Register the pool with JMX. In order for the connection pool object to create the MBean. -->                <property name="jmxEnabled" value="true" />                <!-- The indication of whether objects will be validated by the idle object evictor. -->                <property name="testWhileIdle" value="true" />                <!-- The indication of whether objects will be validated before being borrowed from the pool. -->                <property name="testOnBorrow" value="false" />                <property name="testOnReturn" value="false" />                <property name="initialSize" value="${jdbc.initialPoolSize}" />                <property name="maxActive" value="${jdbc.maxActive}" />                <property name="maxWait" value="${jdbc.maxWait}" />                <property name="minIdle" value="${jdbc.minIdle}" />                <property name="maxIdle" value="${jdbc.maxIdle}" />                <property name="maxAge" value="60000" />                <!-- The number of milliseconds to sleep between runs of the idle connection validation/cleaner thread. -->                <property name="timeBetweenEvictionRunsMillis" value="15000" />                <!-- The minimum amount of time an object may sit idle in the pool before it is eligible for eviction. -->                <property name="minEvictableIdleTimeMillis" value="60000" />                <property name="removeAbandoned" value="true" />                <property name="removeAbandonedTimeout" value="30" />                <property name="validationQuery" value="SELECT 1" />                <property name="validationInterval" value="30000" />            </bean>        </property>    </bean>

 

能源項目xml檔案標籤釋義--DataSource

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.