配置文件
This commit is contained in:
parent
c8d10108d9
commit
bfa67277a9
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
<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" />
|
||||
<Resource
|
||||
name="jdbc/als"
|
||||
auth="Container"
|
||||
type="javax.sql.DataSource"
|
||||
maxActive="30"
|
||||
maxIdle="2"
|
||||
maxWait="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" />
|
||||
</Context>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user