2015-03-10 21:41:56 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<data-sources>
|
2015-03-14 16:55:30 +08:00
|
|
|
<data-source id="zeus">
|
|
|
|
<maximum-pool-size>3</maximum-pool-size>
|
|
|
|
<connection-timeout>1s</connection-timeout>
|
|
|
|
<idle-timeout>1m</idle-timeout>
|
|
|
|
<statement-cache-size>1000</statement-cache-size>
|
|
|
|
<properties>
|
|
|
|
<driver>com.mysql.jdbc.Driver</driver>
|
|
|
|
<url><![CDATA[jdbc:mysql://localhost:3306/zeus]]></url>
|
|
|
|
<user>root</user>
|
2015-03-31 13:16:53 +08:00
|
|
|
<password>123456</password>
|
2015-03-14 16:55:30 +08:00
|
|
|
<connectionProperties><![CDATA[useUnicode=true&characterEncoding=UTF-8&autoReconnect=true]]></connectionProperties>
|
|
|
|
</properties>
|
|
|
|
</data-source>
|
2015-03-10 21:41:56 +08:00
|
|
|
</data-sources>
|