15 lines
496 B
XML
15 lines
496 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Resource
|
|
name="jdbc/als"
|
|
auth="Container"
|
|
type="javax.sql.DataSource"
|
|
maxTotal="1000"
|
|
maxIdle="2"
|
|
maxWaitMillis="10000"
|
|
username="apzl"
|
|
password="apzl@2018"
|
|
driverClassName="com.mysql.jdbc.Driver"
|
|
url="jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false" />
|
|
</Context>
|
|
|